swarm/network: Obeying the linting machine

This commit is contained in:
lash 2019-02-17 16:53:58 +01:00
parent 1682880dbf
commit 6957d135ad

View file

@ -234,7 +234,6 @@ func sanitizeEnodeRemote(paddr net.Addr, baddr *BzzAddr) {
log.Debug("rewrote peer uaddr host/port", "addr", baddr) log.Debug("rewrote peer uaddr host/port", "addr", baddr)
baddr.UAddr = regexpEnodeIP.ReplaceAll(baddr.UAddr, []byte(remoteStr)) baddr.UAddr = regexpEnodeIP.ReplaceAll(baddr.UAddr, []byte(remoteStr))
} }
return
} }
// runBzz is the p2p protocol run function for the bzz base protocol // runBzz is the p2p protocol run function for the bzz base protocol