diff options
Diffstat (limited to 'trie/database_test.go')
-rw-r--r-- | trie/database_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trie/database_test.go b/trie/database_test.go index 65b65678b..5aa0bc375 100644 --- a/trie/database_test.go +++ b/trie/database_test.go @@ -19,8 +19,8 @@ package trie import ( "testing" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/ethdb" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/ethdb" ) // Tests that the trie database returns a missing trie node error if attempting |