mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
RPC - Remove unsupported feature (segwit and RBF-related) content (#158)
* RPC - Remove segwit-related addwitnessadress * RPC - Remove RBF-related bumpfee * Remove segwit-related comments
This commit is contained in:
parent
8eb56e6fc9
commit
924eaaa008
12 changed files with 10 additions and 281 deletions
|
@ -72,6 +72,11 @@ GET /block/notxdetails/<hash>.<format>
|
|||
p: "Required<br>(exactly 1)"
|
||||
d: "This block's version number. See [block version numbers][section block versions]"
|
||||
|
||||
- n: "→<br>`versionHex`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.13.0*<br><br>This block's version number formatted in hexadecimal. See [BIP9 assignments]"
|
||||
|
||||
- n: "→<br>`merkleroot`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
|
@ -129,25 +134,6 @@ GET /block/notxdetails/<hash>.<format>
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
<!--
|
||||
Segwit related fields not in Dash
|
||||
- n: "→<br>`strippedsize`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.13.0*<br><br>The size of this block in serialized block format excluding witness data, counted in bytes"
|
||||
|
||||
|
||||
- n: "→<br>`weight`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.13.0*<br><br>The block weight as defined in BIP 141"
|
||||
|
||||
- n: "→<br>`versionHex`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.13.0*<br><br>This block's version number formatted in hexadecimal. See [BIP9 assignments]"
|
||||
-->
|
||||
|
||||
*Examples from Dash Core 0.12.2*
|
||||
|
||||
Request a block in hex-encoded serialized block format:
|
||||
|
|
|
@ -75,6 +75,11 @@ GET /block/<hash>.<format>
|
|||
p: "Required<br>(exactly 1)"
|
||||
d: "This block's version number. See [block version numbers][section block versions]"
|
||||
|
||||
- n: "→<br>`versionHex`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "This block's version number formatted in hexadecimal."
|
||||
|
||||
- n: "→<br>`merkleroot`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
|
@ -133,25 +138,6 @@ GET /block/<hash>.<format>
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
<!--
|
||||
Segwit related fields not in Dash
|
||||
- n: "→<br>`strippedsize`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.13.0*<br><br>The size of this block in serialized block format excluding witness data, counted in bytes"
|
||||
|
||||
|
||||
- n: "→<br>`weight`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.13.0*<br><br>The block weight as defined in BIP 141"
|
||||
|
||||
- n: "→<br>`versionHex`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.13.0*<br><br>This block's version number formatted in hexadecimal. See [BIP9 assignments]"
|
||||
-->
|
||||
|
||||
*Examples from Dash Core 0.12.2*
|
||||
|
||||
Request a block in hex-encoded serialized block format:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue