diff options
Diffstat (limited to 'trie/trie.go')
-rw-r--r-- | trie/trie.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/trie/trie.go b/trie/trie.go index d2b3f98fe..c83532e26 100644 --- a/trie/trie.go +++ b/trie/trie.go @@ -21,10 +21,10 @@ import ( "bytes" "fmt" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/crypto" - "github.com/dexon-foundation/dexon/log" - "github.com/dexon-foundation/dexon/metrics" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/crypto" + "github.com/tangerine-network/go-tangerine/log" + "github.com/tangerine-network/go-tangerine/metrics" ) var ( |