Merge PR #3731: Fix keys add --interactive regression
This commit is contained in:
@@ -75,6 +75,8 @@ CLI flag.
|
||||
|
||||
### Gaia CLI
|
||||
|
||||
* [\#3731](https://github.com/cosmos/cosmos-sdk/pull/3731) `keys add --interactive` bip32 passphrase regression fix
|
||||
|
||||
### Gaia
|
||||
|
||||
### SDK
|
||||
|
||||
+1
-1
@@ -242,7 +242,7 @@ func runAddCmd(_ *cobra.Command, args []string) error {
|
||||
}
|
||||
}
|
||||
|
||||
info, err := kb.CreateAccount(name, mnemonic, keys.DefaultBIP39Passphrase, encryptPassword, account, index)
|
||||
info, err := kb.CreateAccount(name, mnemonic, bip39Passphrase, encryptPassword, account, index)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user