fix tests

This commit is contained in:
Eitan Seri-Levi
2026-06-06 21:59:54 +03:00
parent 9e58fa6be8
commit f1cd55ca22
3 changed files with 9 additions and 11 deletions

View File

@@ -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>,
}