diff --git a/_includes/devdoc/bitcoin-core/rest/quick-reference.md b/_includes/devdoc/bitcoin-core/rest/quick-reference.md
index 07ea0f91..e92b2f20 100644
--- a/_includes/devdoc/bitcoin-core/rest/quick-reference.md
+++ b/_includes/devdoc/bitcoin-core/rest/quick-reference.md
@@ -9,13 +9,13 @@ http://opensource.org/licenses/MIT.
{% autocrossref %}
-* [GET Block][rest get block] {{summary_restGetBlock}} {{NEW0_10_0}}, {{UPDATED0_13_0}}
-* [GET Block/NoTxDetails][rest get block-notxdetails] {{summary_restGetBlock-noTxDetails}} {{NEW0_10_0}}, {{UPDATED0_13_0}}
+* [GET Block][rest get block] {{summary_restGetBlock}} {{UPDATED0_13_0}}
+* [GET Block/NoTxDetails][rest get block-notxdetails] {{summary_restGetBlock-noTxDetails}} {{UPDATED0_13_0}}
* [GET ChainInfo][rest get chaininfo] {{summary_restGetChainInfo}} {{NEW0_11_0}}, {{UPDATED0_12_0}}
* [GET GetUtxos][rest get getutxos] {{summary_restGetGetUtxos}} {{NEW0_11_0}}
* [GET Headers][rest get headers] {{summary_restGetHeaders}} {{NEW0_11_0}}, {{UPDATED0_13_0}}
* [GET MemPool/Contents][rest get mempool-contents] {{summary_restGetMemPool-contents}} {{NEW0_12_0}}
* [GET MemPool/Info][rest get mempool-info] {{summary_restGetMemPool-info}} {{NEW0_12_0}}
-* [GET Tx][rest get tx] {{summary_restGetTx}} {{NEW0_10_0}}, {{UPDATED0_13_0}}
+* [GET Tx][rest get tx] {{summary_restGetTx}} {{UPDATED0_13_0}}
{% endautocrossref %}
diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/estimatepriority.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/estimatepriority.md
index 67bac9e3..747e892f 100644
--- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/estimatepriority.md
+++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/estimatepriority.md
@@ -11,8 +11,6 @@ http://opensource.org/licenses/MIT.
{% assign summary_estimatePriority="estimates the priority that a transaction needs in order to be included within a certain number of blocks as a free high-priority transaction." %}
-*Added in Bitcoin Core 0.10.0.*
-
The `estimatepriority` RPC {{summary_estimatePriority}}
{{WARNING}} `estimatepriority` will be removed in a later version of Bitcoin
diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getchaintips.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getchaintips.md
index 365c1f5a..8b822d0d 100644
--- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getchaintips.md
+++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getchaintips.md
@@ -11,8 +11,6 @@ http://opensource.org/licenses/MIT.
{% autocrossref %}
-*Added in Bitcoin Core 0.10.0.*
-
The `getchaintips` RPC {{summary_getChainTips}}
*Parameters: none*
diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getinfo.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getinfo.md
index 7c29f6f6..1ad97aad 100644
--- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getinfo.md
+++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getinfo.md
@@ -74,7 +74,7 @@ Core. Use the RPCs listed in the See Also subsection below instead.
- n: "→
`testnet`"
t: "bool"
p: "Required
(exactly 1)"
- d: "*Added in Bitcoin Core 0.10.0*
Set to `true` if this node is on testnet; set to `false` if this node is on mainnet or a regtest"
+ d: "Set to `true` if this node is on testnet; set to `false` if this node is on mainnet or a regtest"
- n: "→
`keypoololdest`"
t: "number (int)"
diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getmempoolinfo.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getmempoolinfo.md
index ac2fa8c2..165a9ae1 100644
--- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getmempoolinfo.md
+++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getmempoolinfo.md
@@ -11,8 +11,6 @@ http://opensource.org/licenses/MIT.
{% autocrossref %}
-*Added in Bitcoin Core 0.10.0*
-
The `getmempoolinfo` RPC {{summary_getMemPoolInfo}}
*Parameters: none*
@@ -52,7 +50,7 @@ The `getmempoolinfo` RPC {{summary_getMemPoolInfo}}
{% enditemplate %}
-*Example from Bitcoin Core 0.12.0*
+*Example from Bitcoin Core 0.14.1*
{% highlight bash %}
bitcoin-cli -testnet getmempoolinfo
diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getnetworkinfo.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getnetworkinfo.md
index 78910a64..3dbbf385 100644
--- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getnetworkinfo.md
+++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getnetworkinfo.md
@@ -31,7 +31,7 @@ The `getnetworkinfo` RPC {{summary_getNetworkInfo}}
- n: "→
`subversion`"
t: "string"
p: "Required
(exactly 1)"
- d: "*Added in Bitcoin Core 0.10.0*
The user agent this node sends in its `version` message"
+ d: "The user agent this node sends in its `version` message"
- n: "→
`protocolversion`"
t: "number (int)"
@@ -41,7 +41,7 @@ The `getnetworkinfo` RPC {{summary_getNetworkInfo}}
- n: "→
`localservices`"
t: "string (hex)"
p: "Required
(exactly 1)"
- d: "*Added in Bitcoin Core 0.10.0*
The services supported by this node as advertised in its `version` message"
+ d: "The services supported by this node as advertised in its `version` message"
- n: "→
`localrelay`"
t: "bool"
@@ -61,7 +61,7 @@ The `getnetworkinfo` RPC {{summary_getNetworkInfo}}
- n: "→
`networks`"
t: "array"
p: "Required
(exactly 1)"
- d: "*Added in Bitcoin Core 0.10.0*
An array with three objects: one describing the IPv4 connection, one describing the IPv6 connection, and one describing the Tor hidden service (onion) connection"
+ d: "An array with three objects: one describing the IPv4 connection, one describing the IPv6 connection, and one describing the Tor hidden service (onion) connection"
- n: "→ →
Network"
t: "object"
diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getpeerinfo.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getpeerinfo.md
index 5bafe420..64c43e21 100644
--- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getpeerinfo.md
+++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getpeerinfo.md
@@ -31,7 +31,7 @@ The `getpeerinfo` RPC {{summary_getPeerInfo}}
- n: "→ →
`id`"
t: "number (int)"
p: "Required
(exactly 1)"
- d: "*Added in Bitcoin Core 0.10.0*
The node's index number in the local node address database"
+ d: "The node's index number in the local node address database"
- n: "→ →
`addr`"
t: "string"
@@ -121,22 +121,17 @@ The `getpeerinfo` RPC {{summary_getPeerInfo}}
- n: "→ →
`synced_headers`"
t: "number (int)"
p: "Required
(exactly 1)"
- d: "*Added in Bitcoin Core 0.10.0*
The highest-height header we have in common with this node based the last P2P `headers` message it sent us. If a `headers` message has not been received, this will be set to `-1`"
+ d: "The highest-height header we have in common with this node based the last P2P `headers` message it sent us. If a `headers` message has not been received, this will be set to `-1`"
- n: "→ →
`synced_blocks`"
t: "number (int)"
p: "Required
(exactly 1)"
- d: "*Added in Bitcoin Core 0.10.0*
The highest-height block we have in common with this node based on P2P `inv` messages this node sent us. If no block `inv` messages have been received from this node, this will be set to `-1`"
-
-- n: "→ →
`syncnode`"
- t: "bool"
- p: "Required
(exactly 1)"
- d: "*Removed in Bitcoin Core 0.10.0*
Whether we're using this node as our syncnode during initial block download"
+ d: "The highest-height block we have in common with this node based on P2P `inv` messages this node sent us. If no block `inv` messages have been received from this node, this will be set to `-1`"
- n: "→ →
`inflight`"
t: "array"
p: "Required
(exactly 1)"
- d: "*Added in Bitcoin Core 0.10.0*
An array of blocks which have been requested from this peer. May be empty"
+ d: "An array of blocks which have been requested from this peer. May be empty"
- n: "→ → →
Blocks"
t: "number (int)"
@@ -146,7 +141,7 @@ The `getpeerinfo` RPC {{summary_getPeerInfo}}
- n: "→ →
`whitelisted`"
t: "bool"
p: "Required
(exactly 1)"
- d: "*Added in Bitcoin Core 0.10.0*
Set to `true` if the remote peer has been whitelisted; otherwise, set to `false`. Whitelisted peers will not be banned if their ban score exceeds the maximum (100 by default). By default, peers connecting from localhost are whitelisted"
+ d: "Set to `true` if the remote peer has been whitelisted; otherwise, set to `false`. Whitelisted peers will not be banned if their ban score exceeds the maximum (100 by default). By default, peers connecting from localhost are whitelisted"
- n: "→ →
`bytessent_per_msg`"
t: "string :
object"
diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/gettransaction.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/gettransaction.md
index a6e0aa0f..a52e69b3 100644
--- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/gettransaction.md
+++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/gettransaction.md
@@ -59,7 +59,7 @@ The `gettransaction` RPC {{summary_getTransaction}}
- n: "→ →
`involvesWatchonly`"
t: "bool"
p: "Optional
(0 or 1)"
- d: "*Added in Bitcoin Core 0.10.0*
Set to `true` if the input or output involves a watch-only address. Otherwise not returned"
+ d: "Set to `true` if the input or output involves a watch-only address. Otherwise not returned"
- n: "→ →
`account`"
t: "string"
@@ -84,7 +84,7 @@ The `gettransaction` RPC {{summary_getTransaction}}
- n: "→ →
`vout`"
t: "number (int)"
p: "Required
(exactly 1)"
- d: "*Added in Bitcoin Core 0.10.0*
For an output, the output index (vout) for this output in this transaction. For an input, the output index for the output being spent in its transaction. Because inputs list the output indexes from previous transactions, more than one entry in the details array may have the same output index"
+ d: "For an output, the output index (vout) for this output in this transaction. For an input, the output index for the output being spent in its transaction. Because inputs list the output indexes from previous transactions, more than one entry in the details array may have the same output index"
- n: "→ →
`fee`"
t: "number (bitcoins)"
diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/importaddress.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/importaddress.md
index e76917cc..d3e409ee 100644
--- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/importaddress.md
+++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/importaddress.md
@@ -11,7 +11,7 @@ http://opensource.org/licenses/MIT.
{% autocrossref %}
-*Requires wallet support. Added in Bitcoin Core 0.10.0.*
+*Requires wallet support.*
The `importaddress` RPC {{summary_importAddress}}
diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/listreceivedbyaccount.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/listreceivedbyaccount.md
index 3a7f5afe..e60eef85 100644
--- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/listreceivedbyaccount.md
+++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/listreceivedbyaccount.md
@@ -52,7 +52,7 @@ Core. Use the RPCs listed in the See Also subsection below instead.
- n: "→ →
`involvesWatchonly`"
t: "bool"
p: "Optional
(0 or 1)"
- d: "*Added in Bitcoin Core 0.10.0*
Set to `true` if the balance of this account includes a watch-only address which has received a spendable payment (that is, a payment with at least the specified number of confirmations and which is not an immature coinbase). Otherwise not returned"
+ d: "Set to `true` if the balance of this account includes a watch-only address which has received a spendable payment (that is, a payment with at least the specified number of confirmations and which is not an immature coinbase). Otherwise not returned"
- n: "→ →
`account`"
t: "string"
diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/listreceivedbyaddress.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/listreceivedbyaddress.md
index 5d337361..f615e0a4 100644
--- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/listreceivedbyaddress.md
+++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/listreceivedbyaddress.md
@@ -49,7 +49,7 @@ The `listreceivedbyaddress` RPC {{summary_listReceivedByAddress}}
- n: "→ →
`involvesWatchonly`"
t: "bool"
p: "Optional
(0 or 1)"
- d: "*Added in Bitcoin Core 0.10.0*
Set to `true` if this address is a watch-only address which has received a spendable payment (that is, a payment with at least the specified number of confirmations and which is not an immature coinbase). Otherwise not returned"
+ d: "Set to `true` if this address is a watch-only address which has received a spendable payment (that is, a payment with at least the specified number of confirmations and which is not an immature coinbase). Otherwise not returned"
- n: "→ →
`address`"
t: "string (base58)"
diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/listtransactions.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/listtransactions.md
index a955f6d1..1a886a8e 100644
--- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/listtransactions.md
+++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/listtransactions.md
@@ -90,7 +90,7 @@ The `listtransactions` RPC {{summary_listTransactions}}
- n: "→ →
`vout`"
t: "number (int)"
p: "Optional
(0 or 1)"
- d: "*Added in Bitcoin Core 0.10.0*
For an output, the output index (vout) for this output in this transaction. For an input, the output index for the output being spent in its transaction. Because inputs list the output indexes from previous transactions, more than one entry in the details array may have the same output index. Not returned for *move* category payments"
+ d: "For an output, the output index (vout) for this output in this transaction. For an input, the output index for the output being spent in its transaction. Because inputs list the output indexes from previous transactions, more than one entry in the details array may have the same output index. Not returned for *move* category payments"
- n: "→ →
`fee`"
t: "number (bitcoins)"
diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/listunspent.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/listunspent.md
index 813159db..c54fc432 100644
--- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/listunspent.md
+++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/listunspent.md
@@ -108,7 +108,7 @@ the *spendable* field in the results described below.
- n: "→ →
`spendable`"
t: "bool"
p: "Required
(exactly 1)"
- d: "*Added in Bitcoin Core 0.10.0*
Set to `true` if the private key or keys needed to spend this output are part of the wallet. Set to `false` if not (such as for watch-only addresses)"
+ d: "Set to `true` if the private key or keys needed to spend this output are part of the wallet. Set to `false` if not (such as for watch-only addresses)"
- n: "→ →
`solvable`"
t: "bool"
diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/prioritisetransaction.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/prioritisetransaction.md
index 08aa53ea..9eadb854 100644
--- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/prioritisetransaction.md
+++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/prioritisetransaction.md
@@ -11,8 +11,6 @@ http://opensource.org/licenses/MIT.
{% autocrossref %}
-*Added in Bitcoin Core 0.10.0.*
-
The `prioritisetransaction` RPC {{summary_prioritiseTransaction}}
*Parameter #1---the TXID of the transaction to modify*
diff --git a/_includes/helpers/vars.md b/_includes/helpers/vars.md
index 3278df11..3ffa0d1b 100644
--- a/_includes/helpers/vars.md
+++ b/_includes/helpers/vars.md
@@ -7,7 +7,7 @@ http://opensource.org/licenses/MIT.
- n: "{{DEPTH}}
`involvesWatchonly`"
t: "bool"
p: "Optional
(0 or 1)"
- d: "*Added in Bitcoin Core 0.10.0*
Set to `true` if the payment involves a watch-only address. Otherwise not returned"
+ d: "Set to `true` if the payment involves a watch-only address. Otherwise not returned"
- n: "{{DEPTH}}
`account`"
t: "string"
@@ -32,7 +32,7 @@ http://opensource.org/licenses/MIT.
- n: "{{DEPTH}}
`vout`"
t: "number (int)"
p: "Required
(exactly 1)"
- d: "*Added in Bitcoin Core 0.10.0*
For an output, the output index (vout) for this output in this transaction. For an input, the output index for the output being spent in its transaction. Because inputs list the output indexes from previous transactions, more than one entry in the details array may have the same output index"
+ d: "For an output, the output index (vout) for this output in this transaction. For an input, the output index for the output being spent in its transaction. Because inputs list the output indexes from previous transactions, more than one entry in the details array may have the same output index"
- n: "{{DEPTH}}
`fee`"
t: "number (bitcoins)"
@@ -280,7 +280,7 @@ bitcoins even if this parameter is set to `1` or higher.{% endcapture %}
- n: "Include Watch-Only"
t: "bool"
p: "Optional
(0 or 1)"
- d: "*Added in Bitcoin Core 0.10.0*
If set to `true`, include watch-only addresses in details and calculations as if they were regular addresses belonging to the wallet. If set to `false` (the default), treat watch-only addresses as if they didn't belong to this wallet"
+ d: "If set to `true`, include watch-only addresses in details and calculations as if they were regular addresses belonging to the wallet. If set to `false` (the default), treat watch-only addresses as if they didn't belong to this wallet"
{% enditemplate %}
{% endcapture %}