Skip to content

Commit 186734c

Browse files
committed
XRevert "Fix consolidatemsunspent Help Message"
This reverts commit a5ed142.
1 parent 8768019 commit 186734c

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> <multi-sig-type> <block-start> <block-end> <max-grc> <max-inputs>\n"
845+
"consolidatemsunspent <address> <requre-sigs> <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)