mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
cleanup
This commit is contained in:
@@ -310,11 +310,7 @@ impl<T: BeaconChainTypes> ActiveCustodyRequest<T> {
|
||||
// have the block but not yet imported the envelope and data columns.
|
||||
// Don't enforce max_responses in this case.
|
||||
lookup_peers.contains(&peer_id)
|
||||
&& !cx
|
||||
.chain
|
||||
.spec
|
||||
.fork_name_at_epoch(cx.chain.epoch().unwrap_or_default())
|
||||
.gloas_enabled(),
|
||||
&& !cx.fork_context.current_fork_name().gloas_enabled(),
|
||||
)
|
||||
.map_err(Error::SendFailed)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user