aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2014-05-10 01:04:38 -0400
committerJeff Garzik <[email protected]>2014-05-10 01:04:38 -0400
commitceb0757a3e693e8d9a52ab58e67340e8a3095451 (patch)
tree29c82330633c503e7520a91ecc895da719dfb816 /src
parentMerge pull request #4102 (diff)
parentfixes #4163 (diff)
downloaddiscoin-ceb0757a3e693e8d9a52ab58e67340e8a3095451.tar.xz
discoin-ceb0757a3e693e8d9a52ab58e67340e8a3095451.zip
Merge pull request #4164 from mbogosian/master
fixes #4163 (lockunspent help docs are (partially) wrong)
Diffstat (limited to 'src')
-rw-r--r--src/rpcwallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp
index e21881dbe..2479a1f87 100644
--- a/src/rpcwallet.cpp
+++ b/src/rpcwallet.cpp
@@ -1747,7 +1747,7 @@ Value lockunspent(const Array& params, bool fHelp)
throw runtime_error(
"lockunspent unlock [{\"txid\":\"txid\",\"vout\":n},...]\n"
"\nUpdates list of temporarily unspendable outputs.\n"
- "Temporarily lock (lock=true) or unlock (lock=false) specified transaction outputs.\n"
+ "Temporarily lock (unlock=false) or unlock (unlock=true) specified transaction outputs.\n"
"A locked transaction output will not be chosen by automatic coin selection, when spending bitcoins.\n"
"Locks are stored in memory only. Nodes start with zero locked outputs, and the locked output list\n"
"is always cleared (by virtue of process exit) when a node stops or fails.\n"