aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethkey/inspect.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ethkey/inspect.go')
-rw-r--r--cmd/ethkey/inspect.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethkey/inspect.go b/cmd/ethkey/inspect.go
index dbf5afc0c..ba03d4d93 100644
--- a/cmd/ethkey/inspect.go
+++ b/cmd/ethkey/inspect.go
@@ -60,7 +60,7 @@ make sure to use this feature with great caution!`,
}
// Decrypt key with passphrase.
- passphrase := getPassPhrase(ctx, false)
+ passphrase := getPassphrase(ctx)
key, err := keystore.DecryptKey(keyjson, passphrase)
if err != nil {
utils.Fatalf("Error decrypting key: %v", err)