mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(engine): invalid block event (#14365)
This commit is contained in:
@ -277,6 +277,9 @@ impl NodeState {
|
||||
let block = executed.sealed_block();
|
||||
info!(number=block.number(), hash=?block.hash(), ?elapsed, "Block added to fork chain");
|
||||
}
|
||||
BeaconConsensusEngineEvent::InvalidBlock(block) => {
|
||||
warn!(number=block.number(), hash=?block.hash(), "Encountered invalid block");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user