mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-27 17:53:42 +00:00
Thread more payload status
This commit is contained in:
@@ -689,7 +689,12 @@ async fn block_replayer_hooks() {
|
||||
.await;
|
||||
|
||||
let (blocks, envelopes) = store
|
||||
.load_blocks_to_replay(Slot::new(0), max_slot, end_block_root.into())
|
||||
.load_blocks_to_replay(
|
||||
Slot::new(0),
|
||||
max_slot,
|
||||
end_block_root.into(),
|
||||
StatePayloadStatus::Pending,
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
let mut pre_slots = vec![];
|
||||
|
||||
Reference in New Issue
Block a user