upgrade to ethermint v0.21.0 #99

Closed
0xmuralik wants to merge 384 commits from murali/update-fork into main
Showing only changes of commit 0e366db2e2 - Show all commits

View File

@ -254,7 +254,7 @@ func (b *Backend) NewMnemonic(uid string,
bip39Passphrase string, bip39Passphrase string,
algo keyring.SignatureAlgo, algo keyring.SignatureAlgo,
) (*keyring.Record, error) { ) (*keyring.Record, error) {
info, _, err := b.clientCtx.Keyring.NewMnemonic(uid, keyring.English, bip39Passphrase, bip39Passphrase, algo) info, _, err := b.clientCtx.Keyring.NewMnemonic(uid, keyring.English, hdPath, bip39Passphrase, algo)
if err != nil { if err != nil {
return nil, err return nil, err
} }