diff options
Diffstat (limited to 'trie/sync_test.go')
-rw-r--r-- | trie/sync_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trie/sync_test.go b/trie/sync_test.go index e1fa10761..da8f941b0 100644 --- a/trie/sync_test.go +++ b/trie/sync_test.go @@ -20,8 +20,8 @@ import ( "bytes" "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" ) // makeTestTrie create a sample test trie to test node-wise reconstruction. |