mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add start of quorum section
Minor update to govobjvote
This commit is contained in:
parent
96684f8644
commit
1314d4c28e
2 changed files with 25 additions and 0 deletions
|
@ -2672,6 +2672,13 @@ Additionally, nodes can request `govobjvote` messages for specific governance
|
|||
objects via a `govsync` message. Masternodes ignore requests for votes if they
|
||||
are not fully synced.
|
||||
|
||||
{% highlight text %}
|
||||
Dash Core limits how frequently a masternode can vote on a governance object.
|
||||
A masternode's vote will not be processed if it has been less than 60 minutes
|
||||
since its last vote on that object. Additionally, invalid votes can result in
|
||||
the node being banned.
|
||||
{% endhighlight %}
|
||||
|
||||
| Bytes | Name | Data type | Required | Description |
|
||||
| ---------- | ----------- | --------- | -------- | -------- |
|
||||
| 41+ | vinMasternode | CTxIn | Required | Unspent output for the masternode which is voting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue