Skip to content

Commit e2ac449

Browse files
committed
address review feedback
1 parent 2dda3a8 commit e2ac449

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/tasks/submit/task.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,6 @@ impl SubmitTask {
285285
{
286286
Ok(bumpable) => bumpable,
287287
Err(error) => {
288-
if error.to_string().contains("403 Forbidden") {
289-
// Don't error as this is expected behavior
290-
warn!(%error, "403 Forbidden detected - skipping block");
291-
continue;
292-
}
293-
294288
error!(%error, "failed to prepare transaction for submission");
295289
continue;
296290
}

0 commit comments

Comments
 (0)