Skip to content

Commit

Permalink
Merge branch 'ej/fixSignRawTransactionWithWalletParam' into 'master'
Browse files Browse the repository at this point in the history
Fix "hexstring" param name in "signrawtransactionwithwallet" method

See merge request bitcoin-cash-node/bitcoin-cash-node!1206
  • Loading branch information
cculianu committed May 14, 2021
2 parents d460f04 + 12d34cc commit 58aac28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/rpcwallet.cpp
Expand Up @@ -4425,7 +4425,7 @@ static const ContextFreeRPCCommand commands[] = {
{ "wallet", "setlabel", setlabel, {"address","label"} },
{ "wallet", "settxfee", settxfee, {"amount"} },
{ "wallet", "signmessage", signmessage, {"address","message"} },
{ "wallet", "signrawtransactionwithwallet", signrawtransactionwithwallet, {"hextring","prevtxs","sighashtype"} },
{ "wallet", "signrawtransactionwithwallet", signrawtransactionwithwallet, {"hexstring","prevtxs","sighashtype"} },
{ "wallet", "unloadwallet", unloadwallet, {"wallet_name"} },
{ "wallet", "walletcreatefundedpsbt", walletcreatefundedpsbt, {"inputs","outputs","locktime","options","bip32derivs"} },
{ "wallet", "walletlock", walletlock, {} },
Expand Down

0 comments on commit 58aac28

Please sign in to comment.