aboutsummaryrefslogtreecommitdiffstats
path: root/ethstate/dump.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethstate/dump.go')
-rw-r--r--ethstate/dump.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethstate/dump.go b/ethstate/dump.go
index e7cbde48b..fd92ac4df 100644
--- a/ethstate/dump.go
+++ b/ethstate/dump.go
@@ -4,7 +4,7 @@ import (
"encoding/json"
"fmt"
- "github.com/ethereum/eth-go/ethutil"
+ "github.com/ethereum/go-ethereum/ethutil"
)
type Account struct {