Correct true/false for Lock or Unlock

unlock (boolean, required) Whether to unlock (true) or lock (false) the specified transactions
This commit is contained in:
ChainQuery 2015-07-31 10:13:08 -04:00
parent bc799754b6
commit 32b98e2a2c

View file

@ -21,7 +21,7 @@ The `lockunspent` RPC {{summary_lockUnspent}}
- n: "Lock Or Unlock"
t: "bool"
p: "Required<br>(exactly 1)"
d: "Set to `true` to lock the outputs specified in the following parameter. Set to `false` to unlock the outputs specified. If this is the only argument specified, all outputs will be unlocked (even if this is set to `false`)"
d: "Set to `false` to lock the outputs specified in the following parameter. Set to `true` to unlock the outputs specified. If this is the only argument specified, all outputs will be unlocked (even if this is set to `false`)"
{% enditemplate %}