mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-20 06:52:30 +00:00
...
This commit is contained in:
@@ -132,6 +132,7 @@ func (conR *ConsensusReactor) RemovePeer(peer *p2p.Peer, reason interface{}) {
|
||||
|
||||
// Implements Reactor
|
||||
func (conR *ConsensusReactor) Receive(chId byte, peer *p2p.Peer, msgBytes []byte) {
|
||||
log.Debug("Receive", "channel", chId, "peer", peer, "bytes", msgBytes)
|
||||
if conR.sync || !conR.IsRunning() {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user