diff options
Diffstat (limited to 'cmd/puppeth/wizard_explorer.go')
-rw-r--r-- | cmd/puppeth/wizard_explorer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/puppeth/wizard_explorer.go b/cmd/puppeth/wizard_explorer.go index a128fb9fb..0818e9d5b 100644 --- a/cmd/puppeth/wizard_explorer.go +++ b/cmd/puppeth/wizard_explorer.go @@ -21,7 +21,7 @@ import ( "fmt" "time" - "github.com/ethereum/go-ethereum/log" + "github.com/dexon-foundation/dexon/log" ) // deployExplorer creates a new block explorer based on some user input. |