aboutsummaryrefslogtreecommitdiffstats
path: root/ui/frontend.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/frontend.go')
-rw-r--r--ui/frontend.go8
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
-}