mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 04:37:13 +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.
|
// 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)?;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user