diff --git a/nodebuilder/share/p2p_constructors.go b/nodebuilder/share/p2p_constructors.go index a7efbc10cb..62a2948845 100644 --- a/nodebuilder/share/p2p_constructors.go +++ b/nodebuilder/share/p2p_constructors.go @@ -133,8 +133,8 @@ func archivalDiscoveryAndPeerManager(tp node.Type, cfg *Config) fx.Option { cfg.Discovery, h, disc, - protocolVersion, archivalNodesTag, + protocolVersion, discOpts..., ) if err != nil {