diff --git a/_includes/devdoc/dash-core/rpcs/quick-reference.md b/_includes/devdoc/dash-core/rpcs/quick-reference.md index 17efe620..48fc4584 100644 --- a/_includes/devdoc/dash-core/rpcs/quick-reference.md +++ b/_includes/devdoc/dash-core/rpcs/quick-reference.md @@ -135,7 +135,7 @@ These RPCs are all Dash-specific and not found in Bitcoin Core * [GetMerkleBlocks][rpc getmerkleblocks]: {{summary_getMerkleBlocks}} {{DASH_NEW0_14_1}} * [GetSpecialTxes][rpc getspecialtxes]: {{summary_getSpecialTxes}} {{DASH_NEW0_13_1}} * [GetSpentInfo][rpc getspentinfo]: {{summary_getSpentInfo}} {{DASH_NEW0_12_1}} -* [GetTxOut][rpc gettxout]: {{summary_getTxOut}} +* [GetTxOut][rpc gettxout]: {{summary_getTxOut}} {{DASH_UPDATED0_14_1}} * [GetTxOutProof][rpc gettxoutproof]: {{summary_getTxOutProof}} {{NEW0_11_0}} * [GetTxOutSetInfo][rpc gettxoutsetinfo]: {{summary_getTxOutSetInfo}} {{DASH_UPDATED0_14_1}} * [PreciousBlock][rpc preciousblock]: {{summary_preciousBlock}} {{DASH_NEW0_12_3}} {{NEW0_14_0}} @@ -247,7 +247,7 @@ These RPCs are all Dash-specific and not found in Bitcoin Core * [CreateRawTransaction][rpc createrawtransaction]: {{summary_createRawTransaction}} {{DASH_UPDATED0_12_3}} {{UPDATED0_14_1}} * [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}} +* [FundRawTransaction][rpc fundrawtransaction]: {{summary_fundRawTransaction}} {{DASH_UPDATED0_14_1}} * [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/fundrawtransaction.md b/_includes/devdoc/dash-core/rpcs/rpcs/fundrawtransaction.md index e233500c..0575c9dc 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/fundrawtransaction.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/fundrawtransaction.md @@ -62,7 +62,7 @@ Note: For backwards compatibility, passing in a `true` instead of an object will - n: "→
`reserveChangeKey`" t: "bool" p: "Optional
(0 or 1)" - d: "*Added in Bitcoin Core 0.14.0*

Reserves the change output key from the keypool. The default is `true`. Before 0.14.0, the used keypool key was never marked as change-address key and directly returned to the keypool (leading to address reuse)." + d: "*Deprecated and ignored in Dash Core 0.14.1*

Reserves the change output key from the keypool. The default is `true`. Before Bitcoin Core 0.14.0, the used keypool key was never marked as change-address key and directly returned to the keypool (leading to address reuse)." - n: "→
`feeRate`" t: "numeric (bitcoins)" diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/gettxout.md b/_includes/devdoc/dash-core/rpcs/rpcs/gettxout.md index 57321cbf..22a52205 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/gettxout.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/gettxout.md @@ -102,11 +102,6 @@ The `gettxout` RPC {{summary_getTxOut}} p: "Required
(1 or more)" d: "A P2PKH or P2SH address" -- n: "→
`version`" - t: "number (int)" - p: "Required
(exactly 1)" - d: "The transaction version number of the transaction containing the pubkey script" - - n: "→
`coinbase`" t: "bool" p: "Required
(exactly 1)" @@ -114,7 +109,7 @@ The `gettxout` RPC {{summary_getTxOut}} {% enditemplate %} -*Example from Dash Core 0.12.2* +*Example from Dash Core 0.14.1* Get the UTXO from the following transaction from the first output index ("0"), searching the memory pool if necessary. @@ -142,7 +137,6 @@ Result: "ycwoiAibTjpwnoCZSX7S4kiB2H8wULw9qo" ] }, - "version": 1, "coinbase": false } {% endhighlight %} diff --git a/_includes/layout/base/rpc-table.html b/_includes/layout/base/rpc-table.html index 4c9f2ef9..565f4d50 100644 --- a/_includes/layout/base/rpc-table.html +++ b/_includes/layout/base/rpc-table.html @@ -179,7 +179,7 @@ th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header:: Blockchain GetTxOut Y - + Updated in 0.14.1 Blockchain @@ -491,7 +491,7 @@ th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header:: Rawtransactions FundRawTransaction Y - Updated in 0.12.3.0 + Updated in 0.14.1 Rawtransactions