mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +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)"
|
||||
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 %}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue