This commit is contained in:
Eitan Seri-Levi
2026-05-24 09:45:44 +03:00
parent e66a5c30b7
commit c2004854c9

View File

@@ -310,11 +310,7 @@ impl<T: BeaconChainTypes> ActiveCustodyRequest<T> {
// have the block but not yet imported the envelope and data columns. // have the block but not yet imported the envelope and data columns.
// Don't enforce max_responses in this case. // Don't enforce max_responses in this case.
lookup_peers.contains(&peer_id) lookup_peers.contains(&peer_id)
&& !cx && !cx.fork_context.current_fork_name().gloas_enabled(),
.chain
.spec
.fork_name_at_epoch(cx.chain.epoch().unwrap_or_default())
.gloas_enabled(),
) )
.map_err(Error::SendFailed)?; .map_err(Error::SendFailed)?;