some bug fixes and the start of deneb only tests

This commit is contained in:
realbigsean
2023-04-28 15:56:54 -04:00
parent bfb5242ee3
commit 93bcd6281c
5 changed files with 823 additions and 51 deletions

View File

@@ -521,9 +521,7 @@ impl<T: BeaconChainTypes> BlockLookups<T> {
self.search_block(block_root, peer_id, PeerShouldHave::BlockAndBlobs, cx);
self.parent_lookups.push(parent_lookup)
}
Err(e) => {
}
Err(e) => {}
}
}
Ok(None) => {