mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-18 22:49:34 +00:00
Do not drop envelope
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user