diff options
Diffstat (limited to 'trie/proof.go')
-rw-r--r-- | trie/proof.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/trie/proof.go b/trie/proof.go index 6fbb71f0f..04d29db24 100644 --- a/trie/proof.go +++ b/trie/proof.go @@ -20,11 +20,11 @@ import ( "bytes" "fmt" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/crypto" - "github.com/dexon-foundation/dexon/ethdb" - "github.com/dexon-foundation/dexon/log" - "github.com/dexon-foundation/dexon/rlp" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/crypto" + "github.com/tangerine-network/go-tangerine/ethdb" + "github.com/tangerine-network/go-tangerine/log" + "github.com/tangerine-network/go-tangerine/rlp" ) // Prove constructs a merkle proof for key. The result contains all encoded nodes |