diff options
Diffstat (limited to 'cmd/puppeth/module.go')
-rw-r--r-- | cmd/puppeth/module.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/puppeth/module.go b/cmd/puppeth/module.go index b6a029a01..8a9757aa8 100644 --- a/cmd/puppeth/module.go +++ b/cmd/puppeth/module.go @@ -25,7 +25,7 @@ import ( "strings" "time" - "github.com/ethereum/go-ethereum/log" + "github.com/dexon-foundation/dexon/log" ) var ( |