update Number of rounds from Number of votes

This commit is contained in:
seugu
2025-12-09 16:36:06 +03:00
committed by GitHub
parent a199e3ab2d
commit f9777cb60f

View File

@@ -75,7 +75,7 @@ message Proposal {
bytes proposal_owner = 13; // Public key of the creator bytes proposal_owner = 13; // Public key of the creator
repeated Vote votes = 14; // Vote list in the proposal repeated Vote votes = 14; // Vote list in the proposal
uint32 expected_voters_count = 15; // Maximum number of distinct voters 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 timestamp = 17; // Creation time of proposal
uint64 expiration_timestamp = 18; // The time interval that the proposal is active. uint64 expiration_timestamp = 18; // The time interval that the proposal is active.
bool liveness_criteria_yes = 19; // Shows how managing the silent peers vote bool liveness_criteria_yes = 19; // Shows how managing the silent peers vote