diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-10 18:04:11 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-10 18:04:11 +0800 |
commit | 05c9351659e0482aeb29f80903286aefc671f0c5 (patch) | |
tree | 56132f55a3f826ce852c5d053c7e8984932e7878 /ui | |
parent | 0db4a0e898d09ffa7b6b1289e9a334edc0001cfa (diff) | |
parent | 80985f97da8174576ee227909035a364af2fd6c9 (diff) | |
download | dexon-05c9351659e0482aeb29f80903286aefc671f0c5.tar dexon-05c9351659e0482aeb29f80903286aefc671f0c5.tar.gz dexon-05c9351659e0482aeb29f80903286aefc671f0c5.tar.bz2 dexon-05c9351659e0482aeb29f80903286aefc671f0c5.tar.lz dexon-05c9351659e0482aeb29f80903286aefc671f0c5.tar.xz dexon-05c9351659e0482aeb29f80903286aefc671f0c5.tar.zst dexon-05c9351659e0482aeb29f80903286aefc671f0c5.zip |
Merge branch 'accounts-integration' of https://github.com/fjl/go-ethereum into fjl-accounts-integration
Diffstat (limited to 'ui')
-rw-r--r-- | ui/frontend.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ui/frontend.go b/ui/frontend.go deleted file mode 100644 index 413a24259..000000000 --- a/ui/frontend.go +++ /dev/null @@ -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 -} |