We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffb527 commit 6ee8b77Copy full SHA for 6ee8b77
src/tasks/block/sim.rs
@@ -95,7 +95,7 @@ impl Simulator {
95
debug!(
96
block_number = block_env.number,
97
?finish_by,
98
- tx_count= sim_items.len(),
+ tx_count = sim_items.len(),
99
"starting block build",
100
);
101
src/tasks/submit.rs
@@ -519,7 +519,7 @@ impl SubmitTask {
519
520
if let Err(e) = self.retrying_handle_inbound(&result.block, &result.env, 3).await {
521
error!(error = %e, "error handling inbound block");
522
- continue;
+ continue;
523
}
524
525
0 commit comments