Skip to content

Commit 5f0b273

Browse files
prestwichdylanlott
authored andcommitted
lint: clippy
1 parent 09798c1 commit 5f0b273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/submit/task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ impl SubmitTask {
303303
);
304304

305305
// Simulate the transaction to check for reverts
306-
let _ = res_unwrap_or_continue!(
306+
res_unwrap_or_continue!(
307307
self.sim_with_call(bumpable.req()).instrument(submission_span.clone()).await,
308308
submission_span,
309309
error!("simulation failed for transaction - skipping block submission")

0 commit comments

Comments
 (0)