mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
content - Spork 13 removal updates
- RPC output examples / summary table - Spork list - Closes #19
This commit is contained in:
parent
4f177fb846
commit
ebb6ce29fa
3 changed files with 7 additions and 7 deletions
|
@ -44,7 +44,7 @@ To display the status of sporks, use the `show` or `active` syntax.
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
*Example from Dash Core 0.12.2*
|
||||
*Example from Dash Core 0.12.3*
|
||||
|
||||
{% highlight bash %}
|
||||
dash-cli -testnet spork show
|
||||
|
@ -60,7 +60,6 @@ Result:
|
|||
"SPORK_9_SUPERBLOCKS_ENABLED": 0,
|
||||
"SPORK_10_MASTERNODE_PAY_UPDATED_NODES": 0,
|
||||
"SPORK_12_RECONSIDER_BLOCKS": 0,
|
||||
"SPORK_13_OLD_SUPERBLOCK_FLAG": 4070908800,
|
||||
"SPORK_14_REQUIRE_SENTINEL_FLAG": 0
|
||||
}
|
||||
{% endhighlight %}
|
||||
|
@ -82,7 +81,7 @@ Result:
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
*Example from Dash Core 0.12.2*
|
||||
*Example from Dash Core 0.12.3*
|
||||
|
||||
{% highlight bash %}
|
||||
dash-cli -testnet spork active
|
||||
|
@ -98,7 +97,6 @@ Result:
|
|||
"SPORK_9_SUPERBLOCKS_ENABLED": true,
|
||||
"SPORK_10_MASTERNODE_PAY_UPDATED_NODES": true,
|
||||
"SPORK_12_RECONSIDER_BLOCKS": true,
|
||||
"SPORK_13_OLD_SUPERBLOCK_FLAG": false,
|
||||
"SPORK_14_REQUIRE_SENTINEL_FLAG": true
|
||||
}
|
||||
{% endhighlight %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue