Skip to content

Commit

Permalink
Update batcher/aligned/src/main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 authored Dec 30, 2024
1 parent 35947b6 commit 898bd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batcher/aligned/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ async fn main() -> Result<(), AlignedError> {
warn!("Error while submitting proof: {:?}", e);
handle_submit_err(&e).await;
// In the case of an InsufficientBalance error we record and continue processing the entire msg queue.
// This covers the case of multiple submissions that succeed but fail for a comulative balance of all max_fee's.
// This covers the case of a `submit_multiple` in which some submissions succeed but others fail because of a cumulative `insufficient balance`.
if let SubmitError::InsufficientBalance(_, _) = e {
continue;
} else {
Expand Down

0 comments on commit 898bd09

Please sign in to comment.