aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/cmd.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ethereum/cmd.go')
-rw-r--r--cmd/ethereum/cmd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethereum/cmd.go b/cmd/ethereum/cmd.go
index d8cb19eaf..8710d6136 100644
--- a/cmd/ethereum/cmd.go
+++ b/cmd/ethereum/cmd.go
@@ -23,8 +23,8 @@ import (
"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/cmd/ethereum/repl"
+ "github.com/ethereum/go-ethereum/cmd/utils"
"github.com/ethereum/go-ethereum/javascript"
- "github.com/ethereum/go-ethereum/utils"
)
func InitJsConsole(ethereum *eth.Ethereum) {