RPC - Add instantllock_internal field to RPCs

This commit is contained in:
thephez 2019-04-29 12:36:33 -04:00
parent 9dd3d2ffd7
commit 52d08c5281
No known key found for this signature in database
GPG key ID: BBC8A06DBE236099
6 changed files with 21 additions and 0 deletions

View file

@ -169,6 +169,7 @@ Result:
"merkleRootQuorums": "a320b95dab4963ca2547434d63ac8203835dfd0ce245924fa83dc6bab6ac57c7"
},
"instantlock": false,
"instantlock_internal": false,
"chainlock": false
}
{% endhighlight %}

View file

@ -100,6 +100,11 @@ deprecated.
p: "Required<br>(exactly 1)"
d: "If set to `true`, this transaction is locked"
- n: "→<br>`instantlock_internal`"
t: "bool"
p: "Required<br>(exactly 1)"
d: "If set to `true`, this transaction is internally locked"
- n: "<br>`chainlock`"
t: "bool"
p: "Required<br>(exactly 1)"
@ -193,6 +198,7 @@ Result:
"time": 1546278750,
"blocktime": 1546278750,
"instantlock": true
"instantlock_internal": true
"chainlock": false
}
{% endhighlight %}

View file

@ -130,6 +130,7 @@ Result:
"fee": -0.00030000,
"confirmations": 3064,
"instantlock": false,
"instantlock_internal": false,
"chainlock": false,
"blockhash": "00000a01007be2912c3123085534b58d341cb5e5980b967e8dcc021089487a1e",
"blockindex": 1,

View file

@ -97,6 +97,7 @@ Result (edited to show only two payments):
"fee": -0.00000226,
"confirmations": 0,
"instantlock": true,
"instantlock_internal": true,
"chainlock": false,
"trusted": true,
"txid": "cc2e6c49faae395d79cfc91d188881e479f544c220e4dfee016889cd53b32645",
@ -115,6 +116,7 @@ Result (edited to show only two payments):
"vout": 0,
"confirmations": 0,
"instantlock": true,
"instantlock_internal": true,
"chainlock": false,
"trusted": true,
"txid": "cc2e6c49faae395d79cfc91d188881e479f544c220e4dfee016889cd53b32645",

View file

@ -109,6 +109,11 @@ The `listtransactions` RPC {{summary_listTransactions}}
p: "Required<br>(exactly 1)"
d: "Current transaction lock state"
- n: "→<br>`instantlock_internal`"
t: "bool"
p: "Required<br>(exactly 1)"
d: "Current internal transaction lock state"
- n: "<br>`chainlock`"
t: "bool"
p: "Required<br>(exactly 1)"
@ -208,6 +213,7 @@ Result:
"fee": -0.00040000,
"confirmations": 3,
"instantlock": true,
"instantlock_internal": true,
"chainlock": false,
"blockhash": "000000000327ff7785d799dde99949457ac231ef1d956a2287c2f7bb84d9738c",
"blockindex": 2,

View file

@ -53,6 +53,11 @@ http://opensource.org/licenses/MIT.
p: "Required<br>(exactly 1)"
d: "Current transaction lock state"
- n: "→<br>`instantlock_internal`"
t: "bool"
p: "Required<br>(exactly 1)"
d: "Current internal transaction lock state"
- n: "<br>`chainlock`"
t: "bool"
p: "Required<br>(exactly 1)"