mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
content - Debug RPC updated
- Change delimiter to + instead of comma - Update Ref and Table
This commit is contained in:
parent
a44e6176f1
commit
3a97646ec2
3 changed files with 5 additions and 5 deletions
|
@ -135,7 +135,7 @@ These RPCs are all Dash-specific and not found in Bitcoin Core
|
||||||
|
|
||||||
{% autocrossref %}
|
{% autocrossref %}
|
||||||
|
|
||||||
* [Debug][rpc debug]: {{summary_debug}}
|
* [Debug][rpc debug]: {{summary_debug}} {{DASH_UPDATED0_12_3}}
|
||||||
* [GetInfo][rpc getinfo]: {{summary_getInfo}} {{DEPRECATED}}
|
* [GetInfo][rpc getinfo]: {{summary_getInfo}} {{DEPRECATED}}
|
||||||
* [Help][rpc help]: {{summary_help}}
|
* [Help][rpc help]: {{summary_help}}
|
||||||
* [Stop][rpc stop]: {{summary_stop}}
|
* [Stop][rpc stop]: {{summary_stop}}
|
||||||
|
|
|
@ -23,16 +23,16 @@ The `debug` RPC {{summary_debug}}
|
||||||
|
|
||||||
{% enditemplate %}
|
{% enditemplate %}
|
||||||
|
|
||||||
*Example from Dash Core 0.12.2*
|
*Example from Dash Core 0.12.3*
|
||||||
|
|
||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
dash-cli -testnet debug "net,mempool"
|
dash-cli -testnet debug "net+mempool"
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
Result:
|
Result:
|
||||||
|
|
||||||
{% highlight text %}
|
{% highlight text %}
|
||||||
Debug mode: net,mempool
|
Debug mode: net+mempool
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
*See also: none*
|
*See also: none*
|
||||||
|
|
|
@ -203,7 +203,7 @@ th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header::
|
||||||
<td class="tg-b7b8">Control</td>
|
<td class="tg-b7b8">Control</td>
|
||||||
<td class="tg-b7b8"><a href="#debug">Debug</a></td>
|
<td class="tg-b7b8"><a href="#debug">Debug</a></td>
|
||||||
<td class="tg-dzk6">Y</td>
|
<td class="tg-dzk6">Y</td>
|
||||||
<td class="tg-dzk6"></td>
|
<td class="tg-dzk6">Updated in 0.12.3.0</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tg-yw4l">Control</td>
|
<td class="tg-yw4l">Control</td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue