mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-17 02:38:34 +00:00
lint and fmt
This commit is contained in:
@@ -620,7 +620,8 @@ mod tests {
|
||||
chain.spec.clone(),
|
||||
)
|
||||
.unwrap()
|
||||
.into_available_block();
|
||||
.into_available_block(&chain.data_availability_checker, chain.spec.clone())
|
||||
.unwrap();
|
||||
|
||||
let current_slot = harness.get_current_slot();
|
||||
let cached_head = chain.canonical_head.cached_head();
|
||||
|
||||
Reference in New Issue
Block a user