Skip to content

Commit 481effd

Browse files
authored
Fix consolidatemsunspent Help Message (#1687)
Fix consolidatemsunspent Help Message closes #1684
1 parent 1feea4f commit 481effd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpcrawtransaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ UniValue consolidatemsunspent(const UniValue& params, bool fHelp)
842842
{
843843
if (fHelp || params.size() < 5)
844844
throw runtime_error(
845-
"consolidatemsunspent <address> <requre-sigs> <block-start> <block-end> <max-grc> <max-inputs>\n"
845+
"consolidatemsunspent <address> <multi-sig-type> <block-start> <block-end> <max-grc> <max-inputs>\n"
846846
"\n"
847847
"Searches a block range for a multisig address with unspent utxos\n"
848848
"and consolidates them into a transaction ready for signing to\n"

0 commit comments

Comments
 (0)