Skip to content

Commit ceb0757

Browse files
author
Jeff Garzik
committed
Merge pull request #4164 from mbogosian/master
fixes #4163 (lockunspent help docs are (partially) wrong)
2 parents 605d5b5 + 90fd873 commit ceb0757

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)