aboutsummaryrefslogtreecommitdiffstats
path: root/trie/hasher.go
diff options
context:
space:
mode:
Diffstat (limited to 'trie/hasher.go')
-rw-r--r--trie/hasher.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/trie/hasher.go b/trie/hasher.go
index 7b1d7793f..24304fcb2 100644
--- a/trie/hasher.go
+++ b/trie/hasher.go
@@ -20,9 +20,9 @@ import (
"hash"
"sync"
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/crypto/sha3"
- "github.com/ethereum/go-ethereum/rlp"
+ "github.com/dexon-foundation/dexon/common"
+ "github.com/dexon-foundation/dexon/crypto/sha3"
+ "github.com/dexon-foundation/dexon/rlp"
)
type hasher struct {