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:
Felix Lange
2015-03-10 02:00:06 +01:00
parent d1e04f7388
commit 395da0e7c1
2 changed files with 55 additions and 31 deletions

View File

@ -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
}