content - Spork 13 removal updates

- RPC output examples / summary table
 - Spork list
 - Closes #19
This commit is contained in:
thephez 2018-02-12 12:30:24 -05:00
parent 4f177fb846
commit ebb6ce29fa
3 changed files with 7 additions and 7 deletions

View file

@ -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 %}