mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 10:11:48 +00:00
address comments, pr #643
This commit is contained in:
committed by
Ethan Buchman
parent
9c62ed4595
commit
563faa98de
@ -99,7 +99,7 @@ func (conR *ConsensusReactor) SwitchToConsensus(state *sm.State, blocksSynced in
|
||||
}
|
||||
_, err := conR.conS.Start()
|
||||
if err != nil {
|
||||
conR.Logger.Error("Error starting conR", "err", err)
|
||||
conR.Logger.Error("Error starting conS", "err", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user