aboutsummaryrefslogtreecommitdiffstats
path: root/core/helper_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/helper_test.go')
-rw-r--r--core/helper_test.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/helper_test.go b/core/helper_test.go
index 36d9e70a8..b7f05db64 100644
--- a/core/helper_test.go
+++ b/core/helper_test.go
@@ -5,7 +5,7 @@ import (
"fmt"
"github.com/ethereum/go-ethereum/core/types"
- "github.com/ethereum/go-ethereum/crypto"
+ // "github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethdb"
"github.com/ethereum/go-ethereum/ethutil"
"github.com/ethereum/go-ethereum/event"
@@ -53,9 +53,10 @@ func (tm *TestManager) TxPool() *TxPool {
func (tm *TestManager) EventMux() *event.TypeMux {
return tm.eventMux
}
-func (tm *TestManager) KeyManager() *crypto.KeyManager {
- return nil
-}
+
+// func (tm *TestManager) KeyManager() *crypto.KeyManager {
+// return nil
+// }
func (tm *TestManager) Db() ethutil.Database {
return tm.db