mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
Content - RPC - Remove maxgovobjdatasize from getgovernanceinfo
From dashpay/dash#2298
This commit is contained in:
parent
b901febce8
commit
0b98b14d46
2 changed files with 7 additions and 13 deletions
|
@ -60,14 +60,9 @@ 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.3.0*
|
*Example from Dash Core 0.12.4.0*
|
||||||
|
|
||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
dash-cli -testnet getgovernanceinfo
|
dash-cli -testnet getgovernanceinfo
|
||||||
|
@ -75,15 +70,14 @@ dash-cli -testnet getgovernanceinfo
|
||||||
|
|
||||||
Result:
|
Result:
|
||||||
{% highlight json %}
|
{% highlight json %}
|
||||||
{
|
|
||||||
"governanceminquorum": 1,
|
"governanceminquorum": 1,
|
||||||
"masternodewatchdogmaxseconds": 7200,
|
"masternodewatchdogmaxseconds": 3600,
|
||||||
"sentinelpingmaxseconds": 7200,
|
"sentinelpingmaxseconds": 3600,
|
||||||
"proposalfee": 5.00000000,
|
"proposalfee": 5.00000000,
|
||||||
"superblockcycle": 24,
|
"superblockcycle": 24,
|
||||||
"lastsuperblock": 82704,
|
"lastsuperblock": 250824,
|
||||||
"nextsuperblock": 82728,
|
"nextsuperblock": 250848
|
||||||
"maxgovobjdatasize": 16384
|
|
||||||
}
|
}
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
|
|
@ -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">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">Updated in 0.12.3.0</td>
|
<td class="tg-dzk6">Updated in 0.12.4.0</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