Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
carneiro-cw committed Jan 8, 2025
1 parent 6cb3df4 commit a0afd46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/eth/follower/importer/importer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ impl Importer {
#[cfg(feature = "metrics")]
let (start, block_number, block_tx_len, receipts_len) = (metrics::now(), block.number(), block.transactions.len(), receipts.len());

// if it's fake miner, execute each tx and skip mining and commiting
if let ImporterMode::FakeLeader = importer_mode {
for tx in block.0.transactions {
tracing::info!(?tx, "executing tx as fake miner");
Expand Down

0 comments on commit a0afd46

Please sign in to comment.