diff options
Diffstat (limited to 'ethtrie/trie_test.go')
-rw-r--r-- | ethtrie/trie_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethtrie/trie_test.go b/ethtrie/trie_test.go index 11c20f8fb..a70916483 100644 --- a/ethtrie/trie_test.go +++ b/ethtrie/trie_test.go @@ -12,7 +12,7 @@ import ( "testing" "time" - "github.com/ethereum/eth-go/ethutil" + "github.com/ethereum/go-ethereum/ethutil" ) const LONG_WORD = "1234567890abcdefghijklmnopqrstuvwxxzABCEFGHIJKLMNOPQRSTUVWXYZ" |