mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 18:26:13 +00:00
SetNetworkActive (Network RPC)
This commit is contained in:
parent
b9ec558713
commit
bab1286fd3
1 changed files with 3 additions and 3 deletions
|
@ -35,13 +35,13 @@ The `setnetworkactive` RPC {{summary_setNetworkActive}}
|
||||||
|
|
||||||
{% enditemplate %}
|
{% enditemplate %}
|
||||||
|
|
||||||
*Example from Bitcoin Core 0.14.1*
|
*Example from Dash Core 0.12.2*
|
||||||
|
|
||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
bitcoin-cli setnetworkactive true
|
dash-cli setnetworkactive true
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
Result (no output from `bitcoin-cli` because result is set to `null`).
|
Result (no output from `dash-cli` because result is set to `null`).
|
||||||
|
|
||||||
*See also*
|
*See also*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue