We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e19d9b commit 77b5738Copy full SHA for 77b5738
src/wallet/rpcwallet.cpp
@@ -4403,8 +4403,8 @@ static const CRPCCommand commands[] =
4403
{ "wallet", "setcoinjoinamount", &setcoinjoinamount, {"amount"} },
4404
{ "wallet", "signmessage", &signmessage, {"address","message"} },
4405
{ "wallet", "signrawtransactionwithwallet", &signrawtransactionwithwallet, {"hexstring","prevtxs","sighashtype"} },
4406
- { "wallet", "upgradetohd", &upgradetohd, {"mnemonic", "mnemonicpassphrase", "walletpassphrase"} },
4407
{ "wallet", "unloadwallet", &unloadwallet, {"wallet_name"} },
+ { "wallet", "upgradetohd", &upgradetohd, {"mnemonic", "mnemonicpassphrase", "walletpassphrase"} },
4408
{ "wallet", "walletlock", &walletlock, {} },
4409
{ "wallet", "walletpassphrasechange", &walletpassphrasechange, {"oldpassphrase","newpassphrase"} },
4410
{ "wallet", "walletpassphrase", &walletpassphrase, {"passphrase","timeout","mixingonly"} },
0 commit comments