mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
Remove incorrect comment
This commit is contained in:
@@ -165,8 +165,6 @@ pub struct ProtoNode {
|
|||||||
pub payload_data_availability_votes: BitVector<U512>,
|
pub payload_data_availability_votes: BitVector<U512>,
|
||||||
/// Whether the execution payload for this block has been received and validated locally.
|
/// Whether the execution payload for this block has been received and validated locally.
|
||||||
/// Maps to `root in store.payload_states` in the spec.
|
/// Maps to `root in store.payload_states` in the spec.
|
||||||
/// When true, `is_payload_timely` and `is_payload_data_available` return true
|
|
||||||
/// regardless of PTC vote counts.
|
|
||||||
#[superstruct(only(V29), partial_getter(copy))]
|
#[superstruct(only(V29), partial_getter(copy))]
|
||||||
pub payload_received: bool,
|
pub payload_received: bool,
|
||||||
/// The proposer index for this block, used by `should_apply_proposer_boost`
|
/// The proposer index for this block, used by `should_apply_proposer_boost`
|
||||||
|
|||||||
Reference in New Issue
Block a user