Browse Source
Merge remote-tracking branch 'origin/wb/epoch-block-idea-2' into wb/epoch-block-idea-2
pull/7994/head
William Banfield
3 years ago
No known key found for this signature in database
GPG Key ID: EFAD3442BF29E3AC
1 changed files with
1 additions and
1 deletions
-
consensus/reactor.go
|
|
@ -493,7 +493,7 @@ func (conR *Reactor) sendNewRoundStepMessage(peer p2p.Peer) { |
|
|
|
func (conR *Reactor) updateRoundStateRoutine() { |
|
|
|
t := time.NewTicker(100 * time.Microsecond) |
|
|
|
defer t.Stop() |
|
|
|
for range t { |
|
|
|
for range t.C { |
|
|
|
if !conR.IsRunning() { |
|
|
|
return |
|
|
|
} |
|
|
|