Minor updates

- GetGovernanceInfo parameter added / table updated (from 0.12.2.2)
 - Typo fixed in GetHashesPerSec
This commit is contained in:
thephez 2018-01-03 16:03:45 -05:00
parent 34dd493434
commit c00d8bc58d
3 changed files with 11 additions and 5 deletions

View file

@ -53,9 +53,14 @@ The `getgovernanceinfo` RPC {{summary_getGovernanceInfo}}
p: "Required<br>(exactly 1)"
d: "The block number of the next superblock"
- n: "→<br>`maxgovobjdatasize`"
t: "number (int)"
p: "Required<br>(exactly 1)"
d: "*Added in Dash Core 0.12.2.2*<br><br>The maximum governance object data size in bytes"
{% enditemplate %}
*Example from Dash Core 0.12.2*
*Example from Dash Core 0.12.2.2*
{% highlight bash %}
dash-cli -testnet getgovernanceinfo
@ -68,8 +73,9 @@ Result:
"masternodewatchdogmaxseconds": 7200,
"proposalfee": 5.00000000,
"superblockcycle": 24,
"lastsuperblock": 7368,
"nextsuperblock": 7392
"lastsuperblock": 52872,
"nextsuperblock": 52896,
"maxgovobjdatasize": 16384
}
{% endhighlight %}

View file

@ -15,7 +15,7 @@ http://opensource.org/licenses/MIT.
*Requires wallet support.*
{{WARNING_ICON}} The `gethashespersec` RPC {{summary_getHashesPerSec}}.
{{WARNING_ICON}} The `gethashespersec` RPC {{summary_getHashesPerSec}}
*See also*

View file

@ -228,7 +228,7 @@ th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header::
<td class="tg-b7b8">Dash</td>
<td class="tg-b7b8"><a href="#getgovernanceinfo">GetGovernanceInfo</a></td>
<td class="tg-dzk6">Y</td>
<td class="tg-dzk6"></td>
<td class="tg-dzk6">Updated in 0.12.2.2</td>
</tr>
<tr>
<td class="tg-yw4l">Dash</td>