mirror of
https://github.com/seigler/dash-docs
synced 2025-07-26 17:26:12 +00:00
RPC - Remove setbip69enabled command (#151)
This commit is contained in:
parent
d79945cd87
commit
2d740801ae
8 changed files with 0 additions and 62 deletions
|
@ -536,8 +536,6 @@ DIP8:
|
|||
'`sendtoaddress` RPC': rpc sendtoaddress
|
||||
'`setaccount`': rpc setaccount
|
||||
'`setaccount` RPC': rpc setaccount
|
||||
'`setbip69enabled`': rpc setbip69enabled
|
||||
'`setbip69enabled` RPC': rpc setbip69enabled
|
||||
'`setban`': rpc setban
|
||||
'`setban` RPC': rpc setban
|
||||
'`setgenerate`': rpc setgenerate
|
||||
|
|
|
@ -289,7 +289,6 @@ devsearches:
|
|||
- 'SendToAddress': "/en/developer-reference#sendtoaddress"
|
||||
- 'SetAccount': "/en/developer-reference#setaccount"
|
||||
- 'SetBan': "/en/developer-reference#setban"
|
||||
- 'SetBIP69Enabled': "/en/developer-reference#setbip69enabled"
|
||||
- 'SetGenerate': "/en/developer-reference#setgenerate"
|
||||
- 'SetNetworkActive': "/en/developer-reference#setnetworkactive"
|
||||
- 'SetPrivateSendAmount': "/en/developer-reference#setprivatesendamount"
|
||||
|
|
|
@ -263,7 +263,6 @@ These RPCs are all Dash-specific and not found in Bitcoin Core
|
|||
* [CreateMultiSig][rpc createmultisig]: {{summary_createMultiSig}}
|
||||
* [EstimateFee][rpc estimatefee]: {{summary_estimateFee}}
|
||||
* [EstimateSmartFee][rpc estimatesmartfee]: {{summary_estimateSmartFee}} {{DASH_UPDATED0_14_1}}
|
||||
* [SetBIP69Enabled][rpc setbip69enabled]: {{summary_setBIP69Enabled}} {{DASH_NEW0_12_3}}
|
||||
* [SignMessageWithPrivKey][rpc signmessagewithprivkey]: {{summary_signMessageWithPrivKey}} {{DASH_NEW0_12_3}} {{NEW0_13_0}}
|
||||
* [ValidateAddress][rpc validateaddress]: {{summary_validateAddress}} {{DASH_UPDATED0_12_3}} {{UPDATED0_13_0}}
|
||||
* [VerifyMessage][rpc verifymessage]: {{summary_verifyMessage}}
|
||||
|
|
|
@ -1,48 +0,0 @@
|
|||
{% comment %}
|
||||
This file is licensed under the MIT License (MIT) available on
|
||||
http://opensource.org/licenses/MIT.
|
||||
{% endcomment %}
|
||||
{% assign filename="_includes/devdoc/dash-core/rpcs/rpcs/setbip69enabled.md" %}
|
||||
|
||||
##### SetBIP69Enabled
|
||||
{% include helpers/subhead-links.md %}
|
||||
|
||||
{% assign summary_setBIP69Enabled="enables or disables BIP69 input/output sorting (regtest network only)" %}
|
||||
|
||||
<!-- __ -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `setbip69enabled` RPC {{summary_setBIP69Enabled}}
|
||||
|
||||
*Parameter #1---enable/disable BIP69 sorting (regtest only)*
|
||||
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "`enable`"
|
||||
t: "boolean"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "Set to true to turn on BIP69 sorting, false to turn off."
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
*Result---`null` or error on failure*
|
||||
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "`result`"
|
||||
t: "null"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "JSON `null`. The JSON-RPC error field will be set only if you entered an invalid parameter"
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
*Example from Dash Core 0.12.3*
|
||||
|
||||
{% highlight bash %}
|
||||
dash-cli -testnet setbip69enabled true
|
||||
{% endhighlight %}
|
||||
|
||||
Result (no output<!--noref--> from `dash-cli` because result is set to `null`).
|
||||
|
||||
*See also: none*
|
||||
|
||||
{% endautocrossref %}
|
|
@ -132,7 +132,6 @@ This file is licensed under the terms of its source texts{%endcomment%}
|
|||
{% assign summary_sendToAddress="spends an amount to a given address." %}
|
||||
{% assign summary_sentinelPing="was removed in Dash Core 0.14.0." %}
|
||||
{% assign summary_setAccount="puts the specified address in the given account." %}
|
||||
{% assign summary_setBIP69Enabled="enables or disables BIP69 input/output sorting (regtest network only)" %}
|
||||
{% assign summary_setBan="attempts add or remove a IP/Subnet from the banned list." %}
|
||||
{% assign summary_setGenerate="was removed in Dash Core 0.12.3." %}
|
||||
{% assign summary_setNetworkActive="disables/enables all P2P network activity." %}
|
||||
|
|
|
@ -559,12 +559,6 @@ th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header::
|
|||
<td class="tg-baqh">Y</td>
|
||||
<td class="tg-baqh">Updated in 0.14.1.0+</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-b7b8">Util</td>
|
||||
<td class="tg-b7b8"><a href="#setbip69enabled">SetBIP69Enabled</a></td>
|
||||
<td class="tg-dzk6">Y</td>
|
||||
<td class="tg-dzk6">0.12.3.0+</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-b7b8">Util</td>
|
||||
<td class="tg-b7b8"><a href="#validateaddress">ValidateAddress</a></td>
|
||||
|
|
|
@ -192,7 +192,6 @@ http://opensource.org/licenses/MIT.
|
|||
[rpc sendtoaddress]: /en/developer-reference#sendtoaddress
|
||||
[rpc setaccount]: /en/developer-reference#setaccount
|
||||
[rpc setban]: /en/developer-reference#setban
|
||||
[rpc setbip69enabled]: /en/developer-reference#setbip69enabled
|
||||
[rpc setgenerate]: /en/developer-reference#setgenerate
|
||||
[rpc setnetworkactive]: /en/developer-reference#setnetworkactive
|
||||
[rpc setprivatesendamount]: /en/developer-reference#setprivatesendamount
|
||||
|
|
|
@ -318,8 +318,6 @@ untrusted source.
|
|||
|
||||
{% include devdoc/dash-core/rpcs/rpcs/setban.md %}
|
||||
|
||||
{% include devdoc/dash-core/rpcs/rpcs/setbip69enabled.md %}
|
||||
|
||||
{% include devdoc/dash-core/rpcs/rpcs/setgenerate.md %}
|
||||
|
||||
{% include devdoc/dash-core/rpcs/rpcs/setnetworkactive.md %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue