diff --git a/beacon_chain/eth2_network.nim b/beacon_chain/eth2_network.nim index 4c3a93046..0824e1404 100644 --- a/beacon_chain/eth2_network.nim +++ b/beacon_chain/eth2_network.nim @@ -155,7 +155,7 @@ when networkBackend in [libp2p, libp2pDaemon]: # that are different from the host address (this is relevant when we # are running behind a NAT). var switch = newStandardSwitch(some keys.seckey, hostAddress, - triggerSelf = true, gossip = true) + triggerSelf = true, gossip = false) result = Eth2Node.init(conf, switch, keys.seckey) for enr in bootstrapEnrs: result.addKnownPeer(enr)