Do not drop envelope

This commit is contained in:
Pawan Dhananjay
2026-05-28 12:52:28 -07:00
parent 851596b8dd
commit 3fb0b53927
7 changed files with 21 additions and 11 deletions

View File

@@ -621,7 +621,8 @@ mod tests {
)
.unwrap()
.into_available_block(&chain.data_availability_checker, chain.spec.clone())
.unwrap();
.unwrap()
.0;
let current_slot = harness.get_current_slot();
let cached_head = chain.canonical_head.cached_head();