Merge branch 'unstable' of https://github.com/sigp/lighthouse into electra-focil

This commit is contained in:
Eitan Seri-Levi
2025-03-09 10:28:45 -06:00
142 changed files with 1058 additions and 8225 deletions

View File

@@ -448,7 +448,7 @@ impl<E: EthSpec> ExecutionBlockGenerator<E> {
if self
.head_block
.as_ref()
.map_or(true, |head| head.block_hash() == last_block_hash)
.is_none_or(|head| head.block_hash() == last_block_hash)
{
self.head_block = Some(block.clone());
}