xeth: use Frontend interface to unlock accounts
The interface has moved to package xeth because that's where it is actually used.
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
package ui
|
||||
|
||||
import "github.com/ethereum/go-ethereum/core/types"
|
||||
|
||||
type Interface interface {
|
||||
UnlockAccount(address []byte) bool
|
||||
ConfirmTransaction(tx *types.Transaction) bool
|
||||
}
|
Reference in New Issue
Block a user