aboutsummaryrefslogtreecommitdiffstats
path: root/ethtrie
diff options
context:
space:
mode:
Diffstat (limited to 'ethtrie')
-rw-r--r--ethtrie/iterator.go2
-rw-r--r--ethtrie/trie.go4
-rw-r--r--ethtrie/trie_test.go2
3 files changed, 4 insertions, 4 deletions
diff --git a/ethtrie/iterator.go b/ethtrie/iterator.go
index e16816229..43f497416 100644
--- a/ethtrie/iterator.go
+++ b/ethtrie/iterator.go
@@ -3,7 +3,7 @@ package ethtrie
import (
"bytes"
- "github.com/ethereum/eth-go/ethutil"
+ "github.com/ethereum/go-ethereum/ethutil"
)
type NodeType byte
diff --git a/ethtrie/trie.go b/ethtrie/trie.go
index 0d0c13456..7a86e79bd 100644
--- a/ethtrie/trie.go
+++ b/ethtrie/trie.go
@@ -6,8 +6,8 @@ import (
_ "reflect"
"sync"
- "github.com/ethereum/eth-go/ethcrypto"
- "github.com/ethereum/eth-go/ethutil"
+ "github.com/ethereum/go-ethereum/ethcrypto"
+ "github.com/ethereum/go-ethereum/ethutil"
)
func __ignore() { fmt.Println("") }
diff --git a/ethtrie/trie_test.go b/ethtrie/trie_test.go
index 11c20f8fb..a70916483 100644
--- a/ethtrie/trie_test.go
+++ b/ethtrie/trie_test.go
@@ -12,7 +12,7 @@ import (
"testing"
"time"
- "github.com/ethereum/eth-go/ethutil"
+ "github.com/ethereum/go-ethereum/ethutil"
)
const LONG_WORD = "1234567890abcdefghijklmnopqrstuvwxxzABCEFGHIJKLMNOPQRSTUVWXYZ"