Skip to content

Commit

Permalink
chore: small type coercion
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Aug 23, 2024
1 parent 98cec4f commit 016ef35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/kona-exex/src/kona.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ impl<Node: FullNodeComponents> KonaExEx<Node> {
loop {
if let Some(notification) = self.ctx.notifications.recv().await {
if let Some(committed_chain) = notification.committed_chain() {
let tip = committed_chain.tip().block.header.header().number;
let tip = committed_chain.tip().block.header().number;
// TODO: commit the chain to a local buffered provider
// self.chain_provider.commit_chain(committed_chain);

Expand Down

0 comments on commit 016ef35

Please sign in to comment.