mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +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`.
|
/// 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,
|
&self,
|
||||||
block_root: Hash256,
|
block_root: Hash256,
|
||||||
slot: Slot,
|
slot: Slot,
|
||||||
|
|||||||
Reference in New Issue
Block a user