aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/admin.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ethereum/admin.go')
-rw-r--r--cmd/ethereum/admin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethereum/admin.go b/cmd/ethereum/admin.go
index 65adb4086..139395dad 100644
--- a/cmd/ethereum/admin.go
+++ b/cmd/ethereum/admin.go
@@ -12,7 +12,7 @@ import (
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/rpc"
- "github.com/ethereum/go-ethereum/state"
+ "github.com/ethereum/go-ethereum/core/state"
"github.com/ethereum/go-ethereum/xeth"
"github.com/robertkrimen/otto"
)