mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-17 10:48:28 +00:00
fix tests
This commit is contained in:
@@ -54,8 +54,7 @@ pub struct PowBlock {
|
||||
pub struct Head {
|
||||
slot: Slot,
|
||||
root: Hash256,
|
||||
// Post-Gloas, the head check also asserts the payload status of the head block
|
||||
// (`PayloadStatus` repr: Empty=0, Full=1, Pending=2).
|
||||
// Post-gloas, the head check also asserts the payload status of the head block
|
||||
#[serde(default)]
|
||||
payload_status: Option<u8>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user