From 800990335764ab8a6e574d046f323c7da1980d0e Mon Sep 17 00:00:00 2001 From: Anca Zamfir Date: Mon, 20 Dec 2021 15:44:32 +0100 Subject: [PATCH] Update IsTimely comment --- types/proposal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/proposal.go b/types/proposal.go index fa5918a6c..39184a6b1 100644 --- a/types/proposal.go +++ b/types/proposal.go @@ -84,7 +84,7 @@ func (p *Proposal) ValidateBasic() error { // configured Precision and MsgDelay parameters. // Specifically, a proposed block timestamp is considered timely if it is satisfies the following inequalities: // -// proposedBlockTime > validatorLocaltime - Precision && proposedBlockTime < validatorLocalTime + Precision + MsgDelay. +// proposedBlockTime > validatorLocaltime - Precision - MsgDelay && proposedBlockTime < validatorLocalTime + Precision. // // For more information on the meaning of 'timely', see the proposer-based timestamp specification: // https://github.com/tendermint/spec/tree/master/spec/consensus/proposer-based-timestamp