diff --git a/_includes/devdoc/dash-core/rpcs/quick-reference.md b/_includes/devdoc/dash-core/rpcs/quick-reference.md index 0a859daf..8fbdf0da 100644 --- a/_includes/devdoc/dash-core/rpcs/quick-reference.md +++ b/_includes/devdoc/dash-core/rpcs/quick-reference.md @@ -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}} diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/debug.md b/_includes/devdoc/dash-core/rpcs/rpcs/debug.md index 589c5ea0..539c6227 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/debug.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/debug.md @@ -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* diff --git a/_includes/layout/base/rpc-table.html b/_includes/layout/base/rpc-table.html index fd521a03..53e54c17 100644 --- a/_includes/layout/base/rpc-table.html +++ b/_includes/layout/base/rpc-table.html @@ -203,7 +203,7 @@ th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header:: Control Debug Y - + Updated in 0.12.3.0 Control