Skip to content

Commit 90fd873

Browse files
committed
fixes #4163
1 parent 605d5b5 commit 90fd873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpcwallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@ Value lockunspent(const Array& params, bool fHelp)
17471747
throw runtime_error(
17481748
"lockunspent unlock [{\"txid\":\"txid\",\"vout\":n},...]\n"
17491749
"\nUpdates 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"
17511751
"A locked transaction output will not be chosen by automatic coin selection, when spending bitcoins.\n"
17521752
"Locks are stored in memory only. Nodes start with zero locked outputs, and the locked output list\n"
17531753
"is always cleared (by virtue of process exit) when a node stops or fails.\n"

0 commit comments

Comments
 (0)