diff --git a/_includes/devdoc/dash-core/rpcs/quick-reference.md b/_includes/devdoc/dash-core/rpcs/quick-reference.md index 4497e959..17efe620 100644 --- a/_includes/devdoc/dash-core/rpcs/quick-reference.md +++ b/_includes/devdoc/dash-core/rpcs/quick-reference.md @@ -248,7 +248,7 @@ These RPCs are all Dash-specific and not found in Bitcoin Core * [DecodeRawTransaction][rpc decoderawtransaction]: {{summary_decodeRawTransaction}} {{UPDATED0_13_0}} * [DecodeScript][rpc decodescript]: {{summary_decodeScript}} * [FundRawTransaction][rpc fundrawtransaction]: {{summary_fundRawTransaction}} {{DASH_UPDATED0_12_3}} {{UPDATED0_14_0}} -* [GetRawTransaction][rpc getrawtransaction]: {{summary_getRawTransaction}} {{DASH_UPDATED0_14_0}} +* [GetRawTransaction][rpc getrawtransaction]: {{summary_getRawTransaction}} {{DASH_UPDATED0_14_1}} * [SendRawTransaction][rpc sendrawtransaction]: {{summary_sendRawTransaction}} {{DASH_UPDATED0_14_1}} * [SignRawTransaction][rpc signrawtransaction]: {{summary_signRawTransaction}} diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/getblock.md b/_includes/devdoc/dash-core/rpcs/rpcs/getblock.md index dc07cc85..69445d2e 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/getblock.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/getblock.md @@ -217,6 +217,16 @@ The `getblock` RPC {{summary_getBlock}} {{INCLUDE_DECODE_RAW_TRANSACTION}} +- n: "→ →
`instantlock`" + t: "bool" + p: "Required
(exactly 1)" + d: "If set to `true`, this transaction is locked (by InstantSend or a ChainLock)" + +- n: "→ →
`instantlock_internal`" + t: "bool" + p: "Required
(exactly 1)" + d: "If set to `true`, this transaction has an InstantSend lock" + - n: "→
`cbTx`" t: "object" p: "Required
(exactly 1)" diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/getrawtransaction.md b/_includes/devdoc/dash-core/rpcs/rpcs/getrawtransaction.md index 8758bbcb..59601405 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/getrawtransaction.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/getrawtransaction.md @@ -101,7 +101,7 @@ deprecated. p: "Optional
(0 or 1)" d: "This field is currently identical to the time field described above" -- n: "
`instantlock`" +- n: "→
`instantlock`" t: "bool" p: "Required
(exactly 1)" d: "If set to `true`, this transaction is locked (by InstantSend or a ChainLock)" @@ -111,7 +111,7 @@ deprecated. p: "Required
(exactly 1)" d: "If set to `true`, this transaction has an InstantSend lock" -- n: "
`chainlock`" +- n: "→
`chainlock`" t: "bool" p: "Required
(exactly 1)" d: "*Added in Dash Core 0.14.0*

If set to `true`, this transaction is in a block that is locked (not susceptible to a chain re-org)" diff --git a/_includes/layout/base/rpc-table.html b/_includes/layout/base/rpc-table.html index 15133222..4c9f2ef9 100644 --- a/_includes/layout/base/rpc-table.html +++ b/_includes/layout/base/rpc-table.html @@ -497,7 +497,7 @@ th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header:: Rawtransactions GetRawTransaction Y - Updated in 0.14.0.0 + Updated in 0.14.1.0 Rawtransactions