From e2ce341b11ecc859d48fbd5cff02c9e9d1c4933c Mon Sep 17 00:00:00 2001 From: evan-forbes Date: Tue, 7 Feb 2023 09:43:07 -0600 Subject: [PATCH] fix: docs --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index e677b7706e..cfbca2db30 100644 --- a/config/config.go +++ b/config/config.go @@ -1014,7 +1014,7 @@ func (cfg *ConsensusConfig) Precommit(round int32) time.Duration { // Commit returns the amount of time to wait for straggler votes after receiving // +2/3 precommits for a single block (ie. a commit). This has been modified -// from upstream tendermint to by dynamic, where we account for the amount of +// from upstream tendermint to be dynamic, where we account for the amount of // time already taken in a round. func (cfg *ConsensusConfig) Commit(t time.Time, elapsed time.Duration) time.Time { remaining := cfg.TargetRoundDuration - elapsed