mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-22 17:31:34 +00:00
address comments, pr #643
This commit is contained in:
committed by
Ethan Buchman
parent
9c62ed4595
commit
563faa98de
@ -260,6 +260,7 @@ func (cs *ConsensusState) startRoutines(maxSteps int) {
|
||||
_, err := cs.timeoutTicker.Start()
|
||||
if err != nil {
|
||||
cs.Logger.Error("Error starting timeout ticker", "err", err)
|
||||
return
|
||||
}
|
||||
go cs.receiveRoutine(maxSteps)
|
||||
}
|
||||
|
Reference in New Issue
Block a user