Skip to content

Commit 77b5738

Browse files
committed
more of 13111
1 parent 9e19d9b commit 77b5738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4403,8 +4403,8 @@ static const CRPCCommand commands[] =
44034403
{ "wallet", "setcoinjoinamount", &setcoinjoinamount, {"amount"} },
44044404
{ "wallet", "signmessage", &signmessage, {"address","message"} },
44054405
{ "wallet", "signrawtransactionwithwallet", &signrawtransactionwithwallet, {"hexstring","prevtxs","sighashtype"} },
4406-
{ "wallet", "upgradetohd", &upgradetohd, {"mnemonic", "mnemonicpassphrase", "walletpassphrase"} },
44074406
{ "wallet", "unloadwallet", &unloadwallet, {"wallet_name"} },
4407+
{ "wallet", "upgradetohd", &upgradetohd, {"mnemonic", "mnemonicpassphrase", "walletpassphrase"} },
44084408
{ "wallet", "walletlock", &walletlock, {} },
44094409
{ "wallet", "walletpassphrasechange", &walletpassphrasechange, {"oldpassphrase","newpassphrase"} },
44104410
{ "wallet", "walletpassphrase", &walletpassphrase, {"passphrase","timeout","mixingonly"} },

0 commit comments

Comments
 (0)