mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +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 %}
|
||||
|
||||
*Example from Bitcoin Core 0.14.1*
|
||||
*Example from Dash Core 0.12.2*
|
||||
|
||||
{% highlight bash %}
|
||||
bitcoin-cli setnetworkactive true
|
||||
dash-cli setnetworkactive true
|
||||
{% 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*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue