Content - Clarify instantlock* descriptions

This commit is contained in:
thephez 2019-04-29 15:37:35 -04:00
parent a70d5d77a3
commit 897de8c73b
No known key found for this signature in database
GPG key ID: BBC8A06DBE236099
3 changed files with 6 additions and 6 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"