diff options
Diffstat (limited to 'cmd/ethkey/changepassphrase.go')
-rw-r--r-- | cmd/ethkey/changepassphrase.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/ethkey/changepassphrase.go b/cmd/ethkey/changepassphrase.go index 4e47f2324..7c5bf3dd4 100644 --- a/cmd/ethkey/changepassphrase.go +++ b/cmd/ethkey/changepassphrase.go @@ -5,8 +5,8 @@ import ( "io/ioutil" "strings" - "github.com/dexon-foundation/dexon/accounts/keystore" - "github.com/dexon-foundation/dexon/cmd/utils" + "github.com/tangerine-network/go-tangerine/accounts/keystore" + "github.com/tangerine-network/go-tangerine/cmd/utils" "gopkg.in/urfave/cli.v1" ) |