Skip to content

Commit

Permalink
Update core/src/preflight/util.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Petar Vujović <[email protected]>
  • Loading branch information
smtmfft and petarvujovic98 authored Sep 4, 2024
1 parent 0bcba22 commit 4012c0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/preflight/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ pub async fn prepare_taiko_chain_input(
}
};
debug!(
"anchor L1 block id: {:?}, l1 inclusion block id: {:?}",
l1_state_block_number, l1_inclusion_block_number
"anchor L1 block id: {l1_state_block_number:?}, l1 inclusion block id: {l1_inclusion_block_number:?}"
);

// Get the L1 block in which the L2 block was included so we can fetch the DA data.
Expand Down

0 comments on commit 4012c0c

Please sign in to comment.