This commit is contained in:
Eitan Seri-Levi
2026-01-02 21:38:43 -06:00
parent ebd524d816
commit ba97f459d4
3 changed files with 7 additions and 5 deletions

View File

@@ -1029,7 +1029,8 @@ where
BlockProductionVersion::FullV2,
)
.await
.unwrap()
.map_err(|e| format!("Failed to produce block at slot {}: {:?}", slot, e))
.expect("should produce block successfully")
else {
panic!("Should always be a full payload response");
};
@@ -1092,7 +1093,8 @@ where
BlockProductionVersion::FullV2,
)
.await
.unwrap()
.map_err(|e| format!("Failed to produce block at slot {}: {:?}", slot, e))
.expect("should produce block successfully")
else {
panic!("Should always be a full payload response");
};