Skip to content

Commit

Permalink
deletes a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Oct 10, 2024
1 parent fc2fc76 commit 30a663f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,6 @@ 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 (i.e., a commit).
// TODO endure this is not used anymore
func (cfg *ConsensusConfig) Commit(t time.Time) time.Time {
return t.Add(cfg.TimeoutCommit)
}
Expand Down

0 comments on commit 30a663f

Please sign in to comment.