remove Wait from consensus reactor OnStop

This commit is contained in:
Ethan Buchman 2018-07-10 09:48:01 -04:00
parent af697d3c4a
commit 223095d12f
1 changed files with 0 additions and 1 deletions

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.