pub crate

This commit is contained in:
Eitan Seri- Levi
2026-02-10 12:16:59 -08:00
parent 36f722c5db
commit 846b1ba023

View File

@@ -4889,7 +4889,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
}
/// Check if the block with `block_root` was observed after the attestation deadline of `slot`.
pub fn block_observed_after_attestation_deadline(
pub(crate) fn block_observed_after_attestation_deadline(
&self,
block_root: Hash256,
slot: Slot,