This commit is contained in:
William Banfield
2022-03-09 17:19:47 -05:00
parent 1d0037e800
commit c5e1507668
+1 -1
View File
@@ -491,7 +491,7 @@ func (conR *Reactor) sendNewRoundStepMessage(peer p2p.Peer) {
}
func (conR *Reactor) updateRoundStateRoutine() {
t := time.NewTicker(100*time.Microsecond)
t := time.NewTicker(100 * time.Microsecond)
defer t.Stop()
for range t {
if !conR.IsRunning() {