mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 20:21:56 +00:00
crank the part size; prioritize data channel
This commit is contained in:
@@ -835,8 +835,8 @@ func (cs *ConsensusState) decideProposal(height, round int) {
|
||||
part := blockParts.GetPart(i)
|
||||
cs.sendInternalMessage(msgInfo{&BlockPartMessage{cs.Height, cs.Round, part}, ""})
|
||||
}
|
||||
log.Info("Signed and sent proposal", "height", height, "round", round, "proposal", proposal)
|
||||
log.Debug(Fmt("Signed and sent proposal block: %v", block))
|
||||
log.Info("Signed proposal", "height", height, "round", round, "proposal", proposal)
|
||||
log.Debug(Fmt("Signed proposal block: %v", block))
|
||||
} else {
|
||||
log.Warn("enterPropose: Error signing proposal", "height", height, "round", round, "error", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user