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 4a23734 commit 4bc36faCopy full SHA for 4bc36fa
src/tasks/submit/task.rs
@@ -265,7 +265,7 @@ impl SubmitTask {
265
if error.to_string().contains("403 Forbidden") {
266
// Don't error as this is expected behavior
267
warn!(%error, "403 Forbidden detected - skipping block");
268
- continue
+ continue;
269
}
270
271
error!(%error, "failed to prepare transaction for submission");
0 commit comments