Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benhenryhunter committed Dec 4, 2024
1 parent 921db00 commit 684d506
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ async fn run_submit_to_relays_job(
gas = block.sealed_block.gas_used,
txs = block.sealed_block.body.transactions.len(),
bundles,
buidler_name = block.builder_name,
builder_name = block.builder_name,
fill_time_ms = block.trace.fill_time.as_millis(),
finalize_time_ms = block.trace.finalize_time.as_millis(),
);
Expand Down

0 comments on commit 684d506

Please sign in to comment.