mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
swarm/network: Obeying the linting machine
This commit is contained in:
parent
1682880dbf
commit
6957d135ad
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue