Browse Source

...

pull/102/head
Jae Kwon 9 years ago
parent
commit
43a0cac453
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      consensus/reactor.go

+ 1
- 0
consensus/reactor.go 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
}


Loading…
Cancel
Save