mirror of
https://github.com/vacp2p/rfc-index.git
synced 2026-01-09 15:48:03 -05:00
update Number of rounds from Number of votes
This commit is contained in:
@@ -75,7 +75,7 @@ message Proposal {
|
||||
bytes proposal_owner = 13; // Public key of the creator
|
||||
repeated Vote votes = 14; // Vote list in the proposal
|
||||
uint32 expected_voters_count = 15; // Maximum number of distinct voters
|
||||
uint32 round = 16; // Number of Votes
|
||||
uint32 round = 16; // Number of rounds
|
||||
uint64 timestamp = 17; // Creation time of proposal
|
||||
uint64 expiration_timestamp = 18; // The time interval that the proposal is active.
|
||||
bool liveness_criteria_yes = 19; // Shows how managing the silent peers vote
|
||||
|
||||
Reference in New Issue
Block a user