diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-07 03:07:35 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-07 03:10:59 +0800 |
commit | 22b493a6ff3e9692676c17f8d766ff1117da9485 (patch) | |
tree | 3e39656fa5769b6bb36a07f21f5dc9a2c4566978 /eth | |
parent | cd856cb2133d390758bb24b88fa3b538bb7bc306 (diff) | |
download | go-tangerine-22b493a6ff3e9692676c17f8d766ff1117da9485.tar.gz go-tangerine-22b493a6ff3e9692676c17f8d766ff1117da9485.tar.zst go-tangerine-22b493a6ff3e9692676c17f8d766ff1117da9485.zip |
Fixed tests
Diffstat (limited to 'eth')
-rw-r--r-- | eth/protocol_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eth/protocol_test.go b/eth/protocol_test.go index c4e3e9f1b..c118e6aae 100644 --- a/eth/protocol_test.go +++ b/eth/protocol_test.go @@ -9,6 +9,7 @@ import ( "testing" "time" + ethlogger "github.com/ethereum/go-ethereu/logger" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/errs" |