diff --git a/p2p/base_reactor.go b/p2p/base_reactor.go index 794fa98c5..2804c0bdf 100644 --- a/p2p/base_reactor.go +++ b/p2p/base_reactor.go @@ -38,7 +38,7 @@ type Reactor interface { // or other reason). RemovePeer(peer Peer, reason interface{}) - // Receive is called by the switch when an envelope is received from any connected + // Receive is called by the switch when an envelope is received from any connected // peer on any of the channels registered by the reactor Receive(Envelope) }