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 %}
|
||||
|
||||
* [Debug][rpc debug]: {{summary_debug}}
|
||||
* [Debug][rpc debug]: {{summary_debug}} {{DASH_UPDATED0_12_3}}
|
||||
* [GetInfo][rpc getinfo]: {{summary_getInfo}} {{DEPRECATED}}
|
||||
* [Help][rpc help]: {{summary_help}}
|
||||
* [Stop][rpc stop]: {{summary_stop}}
|
||||
|
|
|
@ -23,16 +23,16 @@ The `debug` RPC {{summary_debug}}
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
*Example from Dash Core 0.12.2*
|
||||
*Example from Dash Core 0.12.3*
|
||||
|
||||
{% highlight bash %}
|
||||
dash-cli -testnet debug "net,mempool"
|
||||
dash-cli -testnet debug "net+mempool"
|
||||
{% endhighlight %}
|
||||
|
||||
Result:
|
||||
|
||||
{% highlight text %}
|
||||
Debug mode: net,mempool
|
||||
Debug mode: net+mempool
|
||||
{% endhighlight %}
|
||||
|
||||
*See also: none*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue