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:
thephez 2019-09-16 11:59:28 -04:00 committed by GitHub
parent 8eb56e6fc9
commit 924eaaa008
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 10 additions and 281 deletions

View file

@ -4,10 +4,8 @@ This file is licensed under the terms of its source texts{%endcomment%}
{% assign summary_abortRescan="Stops current wallet rescan" %}
{% assign summary_addMultiSigAddress="adds a P2SH multisig address to the wallet." %}
{% assign summary_addNode="attempts to add or remove a node from the addnode list, or to try a connection to a node once." %}
{% assign summary_addWitnessAddress="adds a witness address for a script (with pubkey or redeem script known)." %}
{% assign summary_backupWallet="safely copies `wallet.dat`<!--noref--> to the specified file, which can be a directory or a path with filename." %}
{% assign summary_bls="provides a set of commands to execute BLS-related actions." %}
{% assign summary_bumpFee="replaces an unconfirmed wallet transaction that signaled RBF with a new transaction that pays a higher fee." %}
{% assign summary_clearBanned="clears list of banned nodes." %}
{% assign summary_createMultiSig="creates a P2SH multi-signature address." %}
{% assign summary_createRawTransaction="creates an unsigned serialized transaction that spends a previous output to a new output with a P2PKH or P2SH address. The transaction is not stored in the wallet or transmitted to the network." %}

View file

@ -146,27 +146,11 @@ dash even if this parameter is set to `1` or higher.{% endcapture %}
p: "Required<br>(exactly 1)"
d: "The transaction's TXID encoded as hex in RPC byte order"
{% comment %}
NOT IN DASH
- n: "{{DEPTH}} →<br>`hash`"
t: "string (hex)"
p: "Required<br>(exactly 1)"
d: "*Added in Bitcoin Core 0.13.0*<br><br>The transaction hash. Differs from txid for witness transactions"
{% endcomment %}
- n: "{{DEPTH}} →<br>`size`"
t: "number (int)"
p: "Required<br>(exactly 1)"
d: "*Added in Bitcoin Core 0.12.0*<br><br>The serialized transaction size"
{% comment %}
NOT IN DASH
- n: "{{DEPTH}} →<br>`vsize`"
t: "number (int)"
p: "Required<br>(exactly 1)"
d: "*Added in Bitcoin Core 0.13.0*<br><br>The virtual transaction size. Differs from size for witness transactions"
{% endcomment %}
- n: "{{DEPTH}} →<br>`version`"
t: "number (int)"
p: "Required<br>(exactly 1)"
@ -247,14 +231,6 @@ NOT IN DASH
p: "Required<br>(exactly 1)"
d: "The input sequence number"
{% comment %}
NOT IN DASH
- n: "{{DEPTH}} → → →<br>`txinwitness`"
t: "string : array"
p: "Optional<br>(0 or 1)"
d: "*Added in Bitcoin Core 0.13.0*<br><br>Hex-encoded witness data. Only for segregated witness transactions"
{% endcomment %}
- n: "{{DEPTH}} →<br>`vout`"
t: "array"
p: "Required<br>(exactly 1)"