Merge pull request #834 from tendermint/829-enable-logs-by-default

Enable logs by default
This commit is contained in:
Ethan Buchman
2017-11-12 07:06:14 +00:00
committed by GitHub
5 changed files with 35 additions and 44 deletions
-1
View File
@@ -390,7 +390,6 @@ func (conR *ConsensusReactor) broadcastProposalHeartbeatMessage(heartbeat types.
}
func (conR *ConsensusReactor) broadcastNewRoundStep(rs *cstypes.RoundState) {
nrsMsg, csMsg := makeRoundStepMessages(rs)
if nrsMsg != nil {
conR.Switch.Broadcast(StateChannel, struct{ ConsensusMessage }{nrsMsg})