mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 04:42:34 +00:00
Merge branch 'unstable' of https://github.com/sigp/lighthouse into deneb-free-blobs
This commit is contained in:
@@ -317,8 +317,7 @@ impl<T: BeaconChainTypes> NetworkService<T> {
|
||||
// attestation subnet service
|
||||
let attestation_service = AttestationService::new(
|
||||
beacon_chain.clone(),
|
||||
#[cfg(feature = "deterministic_long_lived_attnets")]
|
||||
network_globals.local_enr().node_id().raw().into(),
|
||||
network_globals.local_enr().node_id(),
|
||||
config,
|
||||
&network_log,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user