mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Minor updates
- GetGovernanceInfo parameter added / table updated (from 0.12.2.2) - Typo fixed in GetHashesPerSec
This commit is contained in:
parent
34dd493434
commit
c00d8bc58d
3 changed files with 11 additions and 5 deletions
|
@ -53,9 +53,14 @@ The `getgovernanceinfo` RPC {{summary_getGovernanceInfo}}
|
||||||
p: "Required<br>(exactly 1)"
|
p: "Required<br>(exactly 1)"
|
||||||
d: "The block number of the next superblock"
|
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 %}
|
{% enditemplate %}
|
||||||
|
|
||||||
*Example from Dash Core 0.12.2*
|
*Example from Dash Core 0.12.2.2*
|
||||||
|
|
||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
dash-cli -testnet getgovernanceinfo
|
dash-cli -testnet getgovernanceinfo
|
||||||
|
@ -68,8 +73,9 @@ Result:
|
||||||
"masternodewatchdogmaxseconds": 7200,
|
"masternodewatchdogmaxseconds": 7200,
|
||||||
"proposalfee": 5.00000000,
|
"proposalfee": 5.00000000,
|
||||||
"superblockcycle": 24,
|
"superblockcycle": 24,
|
||||||
"lastsuperblock": 7368,
|
"lastsuperblock": 52872,
|
||||||
"nextsuperblock": 7392
|
"nextsuperblock": 52896,
|
||||||
|
"maxgovobjdatasize": 16384
|
||||||
}
|
}
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
*Requires wallet support.*
|
*Requires wallet support.*
|
||||||
|
|
||||||
{{WARNING_ICON}} The `gethashespersec` RPC {{summary_getHashesPerSec}}.
|
{{WARNING_ICON}} The `gethashespersec` RPC {{summary_getHashesPerSec}}
|
||||||
|
|
||||||
*See also*
|
*See also*
|
||||||
|
|
||||||
|
|
|
@ -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">Dash</td>
|
||||||
<td class="tg-b7b8"><a href="#getgovernanceinfo">GetGovernanceInfo</a></td>
|
<td class="tg-b7b8"><a href="#getgovernanceinfo">GetGovernanceInfo</a></td>
|
||||||
<td class="tg-dzk6">Y</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>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tg-yw4l">Dash</td>
|
<td class="tg-yw4l">Dash</td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue