This commit is contained in:
Jae Kwon 2015-07-05 17:42:52 -07:00
parent e4435a8d1e
commit 43a0cac453
1 changed files with 1 additions and 0 deletions

View File

@ -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
}