mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 20:39:10 +00:00
pub crate
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user