Merge branch 'develop' into 693-ensure-types-are-covered

This commit is contained in:
Ethan Buchman
2018-07-14 13:02:42 +01:00
committed by GitHub
28 changed files with 922 additions and 1221 deletions
+3
View File
@@ -80,6 +80,9 @@ func (conR *ConsensusReactor) OnStop() {
conR.BaseReactor.OnStop()
conR.unsubscribeFromBroadcastEvents()
conR.conS.Stop()
if !conR.FastSync() {
conR.conS.Wait()
}
}
// SwitchToConsensus switches from fast_sync mode to consensus mode.