From 6957d135add255803652f9ac81b12d4ec159d4b4 Mon Sep 17 00:00:00 2001 From: lash Date: Sun, 17 Feb 2019 16:53:58 +0100 Subject: [PATCH] swarm/network: Obeying the linting machine --- swarm/network/protocol.go | 1 - 1 file changed, 1 deletion(-) diff --git a/swarm/network/protocol.go b/swarm/network/protocol.go index 25a919777e..291d2d7350 100644 --- a/swarm/network/protocol.go +++ b/swarm/network/protocol.go @@ -234,7 +234,6 @@ func sanitizeEnodeRemote(paddr net.Addr, baddr *BzzAddr) { log.Debug("rewrote peer uaddr host/port", "addr", baddr) baddr.UAddr = regexpEnodeIP.ReplaceAll(baddr.UAddr, []byte(remoteStr)) } - return } // runBzz is the p2p protocol run function for the bzz base protocol