Browse Source

Remove wrong comment

pull/456/head
Jae Kwon 9 years ago
parent
commit
4347b91b89
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      pex_reactor.go

+ 0
- 1
pex_reactor.go View File

@ -63,7 +63,6 @@ func (pexR *PEXReactor) GetChannels() []*ChannelDescriptor {
// Implements Reactor
func (pexR *PEXReactor) AddPeer(peer *Peer) {
// XXX Move this into Switch
// Add the peer to the address book
netAddr := NewNetAddressString(peer.ListenAddr)
if peer.IsOutbound() {


Loading…
Cancel
Save