Update beacon_node/beacon_chain/src/payload_attestation_verification/mod.rs

Co-authored-by: Michael Sproul <michaelsproul@users.noreply.github.com>
This commit is contained in:
Eitan Seri-Levi
2026-06-09 10:33:08 +03:00
committed by GitHub
parent ecfb14ca17
commit 88f514c27d

View File

@@ -61,8 +61,7 @@ pub enum Error {
/// attestation is valid or not.
UnknownHeadBlock { beacon_block_root: Hash256 },
/// The block referenced by `data.beacon_block_root` is not at slot `data.slot`, i.e. the
/// PTC member's assigned slot was empty (the message references the last canonical block at
/// an earlier slot).
/// PTC member's assigned slot was likely empty.
///
/// ## Peer scoring
///