Remove wrong comment

This commit is contained in:
Jae Kwon
2015-12-05 09:48:08 -08:00
parent 432a37857d
commit 4347b91b89

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() {