diff options
Diffstat (limited to 'cmd/puppeth/wizard_wallet.go')
-rw-r--r-- | cmd/puppeth/wizard_wallet.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/puppeth/wizard_wallet.go b/cmd/puppeth/wizard_wallet.go index 6bf25cee9..0976088f0 100644 --- a/cmd/puppeth/wizard_wallet.go +++ b/cmd/puppeth/wizard_wallet.go @@ -21,7 +21,7 @@ import ( "fmt" "time" - "github.com/dexon-foundation/dexon/log" + "github.com/tangerine-network/go-tangerine/log" ) // deployWallet creates a new web wallet based on some user input. |