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 09798c1 commit 5f0b273Copy full SHA for 5f0b273
src/tasks/submit/task.rs
@@ -303,7 +303,7 @@ impl SubmitTask {
303
);
304
305
// Simulate the transaction to check for reverts
306
- let _ = res_unwrap_or_continue!(
+ res_unwrap_or_continue!(
307
self.sim_with_call(bumpable.req()).instrument(submission_span.clone()).await,
308
submission_span,
309
error!("simulation failed for transaction - skipping block submission")
0 commit comments