mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-06 23:23:08 +00:00
Address PR comment
This commit is contained in:
parent
da4d7c12e2
commit
5eb976c9ae
@ -31,11 +31,9 @@ where
|
||||
.map(reth_ethereum::primitives::RecoveredBlock::into_block),
|
||||
);
|
||||
|
||||
if let Some(committed_chain) = notification.committed_chain() {
|
||||
ctx.events
|
||||
.send(ExExEvent::FinishedHeight(committed_chain.tip().num_hash()))
|
||||
.unwrap();
|
||||
}
|
||||
ctx.events
|
||||
.send(ExExEvent::FinishedHeight(new.tip().num_hash()))
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user