mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
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:
parent
bc799754b6
commit
32b98e2a2c
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue