File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1747,7 +1747,7 @@ Value lockunspent(const Array& params, bool fHelp)
1747
1747
throw runtime_error (
1748
1748
" lockunspent unlock [{\" txid\" :\" txid\" ,\" vout\" :n},...]\n "
1749
1749
" \n Updates list of temporarily unspendable outputs.\n "
1750
- " Temporarily lock (lock=true ) or unlock (lock=false ) specified transaction outputs.\n "
1750
+ " Temporarily lock (unlock=false ) or unlock (unlock=true ) specified transaction outputs.\n "
1751
1751
" A locked transaction output will not be chosen by automatic coin selection, when spending bitcoins.\n "
1752
1752
" Locks are stored in memory only. Nodes start with zero locked outputs, and the locked output list\n "
1753
1753
" is always cleared (by virtue of process exit) when a node stops or fails.\n "
You can’t perform that action at this time.
0 commit comments