Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes committed Feb 7, 2023
1 parent ccfffb3 commit e2ce341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2ce341

Please sign in to comment.