aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-03-12 03:43:39 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-03-12 03:43:39 +0800
commit5a9f712144058c576d14b0d27ff2d2d270cd6d27 (patch)
tree74a9946c96e8d98769a6b85c384c997f0bd8371f
parent587f748d929e0c76d9b43e74d70cafb8f614fad0 (diff)
downloaddexon-5a9f712144058c576d14b0d27ff2d2d270cd6d27.tar
dexon-5a9f712144058c576d14b0d27ff2d2d270cd6d27.tar.gz
dexon-5a9f712144058c576d14b0d27ff2d2d270cd6d27.tar.bz2
dexon-5a9f712144058c576d14b0d27ff2d2d270cd6d27.tar.lz
dexon-5a9f712144058c576d14b0d27ff2d2d270cd6d27.tar.xz
dexon-5a9f712144058c576d14b0d27ff2d2d270cd6d27.tar.zst
dexon-5a9f712144058c576d14b0d27ff2d2d270cd6d27.zip
Comment out broken test (return type does not exist)
-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