Browse Source

remove Wait from consensus reactor OnStop

pull/1935/head
Ethan Buchman 6 years ago
parent
commit
223095d12f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      consensus/reactor.go

+ 0
- 1
consensus/reactor.go View File

@ -80,7 +80,6 @@ func (conR *ConsensusReactor) OnStop() {
conR.BaseReactor.OnStop()
conR.unsubscribeFromBroadcastEvents()
conR.conS.Stop()
conR.conS.Wait()
}
// SwitchToConsensus switches from fast_sync mode to consensus mode.


Loading…
Cancel
Save