From 1d66b5a093cb50800d56f2daa3881553b9a9329f Mon Sep 17 00:00:00 2001 From: seugu <99656002+seugu@users.noreply.github.com> Date: Tue, 30 Dec 2025 13:55:07 +0300 Subject: [PATCH] proto comment updated --- vac/raw/consensus-hashgraphlike.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vac/raw/consensus-hashgraphlike.md b/vac/raw/consensus-hashgraphlike.md index 32d1dbc..9fa1a74 100644 --- a/vac/raw/consensus-hashgraphlike.md +++ b/vac/raw/consensus-hashgraphlike.md @@ -77,7 +77,7 @@ message Proposal { uint32 expected_voters_count = 15; // Maximum number of distinct voters 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. + uint64 expiration_timestamp = 18; // The timestamp at which the proposal becomes outdated bool liveness_criteria_yes = 19; // Shows how managing the silent peers vote }