mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-01 20:04:41 +00:00
lint fixes
This commit is contained in:
@@ -819,7 +819,7 @@ where
|
||||
.get_block(&block.parent_root())
|
||||
.ok_or_else(|| Error::InvalidBlock(InvalidBlock::UnknownParent(block.parent_root())))?;
|
||||
|
||||
// If the block builds on a full payload envelope, the envelope must be known.
|
||||
// If the block builds on a full payload envelope, the envelope must be known.
|
||||
if let Some(parent_block_hash) = parent_block.execution_payload_block_hash {
|
||||
let builds_on_full = block
|
||||
.body()
|
||||
|
||||
Reference in New Issue
Block a user