mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46: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
|
@ -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 %}
|
Loading…
Add table
Add a link
Reference in a new issue