mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Content - Clarify instantlock* descriptions
This commit is contained in:
parent
a70d5d77a3
commit
897de8c73b
3 changed files with 6 additions and 6 deletions
|
@ -98,12 +98,12 @@ deprecated.
|
|||
- n: "<br>`instantlock`"
|
||||
t: "bool"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "If set to `true`, this transaction is locked"
|
||||
d: "If set to `true`, this transaction is locked (by InstantSend or a ChainLock)"
|
||||
|
||||
- n: "→<br>`instantlock_internal`"
|
||||
t: "bool"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "If set to `true`, this transaction is internally locked"
|
||||
d: "If set to `true`, this transaction has an InstantSend lock"
|
||||
|
||||
- n: "<br>`chainlock`"
|
||||
t: "bool"
|
||||
|
|
|
@ -107,12 +107,12 @@ The `listtransactions` RPC {{summary_listTransactions}}
|
|||
- n: "→<br>`instantlock`"
|
||||
t: "bool"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "Current transaction lock state"
|
||||
d: "Current transaction lock state (InstantSend and/or ChainLock)"
|
||||
|
||||
- n: "→<br>`instantlock_internal`"
|
||||
t: "bool"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "Current internal transaction lock state"
|
||||
d: "Current InstantSend transaction lock state"
|
||||
|
||||
- n: "<br>`chainlock`"
|
||||
t: "bool"
|
||||
|
|
|
@ -51,12 +51,12 @@ http://opensource.org/licenses/MIT.
|
|||
- n: "→<br>`instantlock`"
|
||||
t: "bool"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "Current transaction lock state"
|
||||
d: "Current transaction lock state (InstantSend and/or ChainLock)"
|
||||
|
||||
- n: "→<br>`instantlock_internal`"
|
||||
t: "bool"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "Current internal transaction lock state"
|
||||
d: "Current InstantSend transaction lock state"
|
||||
|
||||
- n: "<br>`chainlock`"
|
||||
t: "bool"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue