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 5aa0bc375..f11370980 100644 --- a/trie/database_test.go +++ b/trie/database_test.go @@ -19,8 +19,8 @@ package trie import ( "testing" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/ethdb" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/ethdb" ) // Tests that the trie database returns a missing trie node error if attempting |