Content - RPC - Remove maxgovobjdatasize from getgovernanceinfo

From dashpay/dash#2298
This commit is contained in:
thephez 2018-10-24 09:54:18 -04:00
parent 461705aca1
commit 1c5293bb91
2 changed files with 7 additions and 13 deletions

View file

@ -60,14 +60,9 @@ 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.3.0*
*Example from Dash Core 0.12.4.0*
{% highlight bash %}
dash-cli -testnet getgovernanceinfo
@ -75,15 +70,14 @@ dash-cli -testnet getgovernanceinfo
Result:
{% highlight json %}
{
"governanceminquorum": 1,
"masternodewatchdogmaxseconds": 7200,
"sentinelpingmaxseconds": 7200,
"masternodewatchdogmaxseconds": 3600,
"sentinelpingmaxseconds": 3600,
"proposalfee": 5.00000000,
"superblockcycle": 24,
"lastsuperblock": 82704,
"nextsuperblock": 82728,
"maxgovobjdatasize": 16384
"lastsuperblock": 250824,
"nextsuperblock": 250848
}
{% endhighlight %}

View file

@ -227,7 +227,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">Updated in 0.12.3.0</td>
<td class="tg-dzk6">Updated in 0.12.4.0</td>
</tr>
<tr>
<td class="tg-yw4l">Dash</td>