mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-01 15:41:22 +00:00
remove Wait from consensus reactor OnStop
This commit is contained in:
parent
af697d3c4a
commit
223095d12f
@ -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…
x
Reference in New Issue
Block a user