Skip to content

Commit a0403f7

Browse files
committed
Remove comment
1 parent 4977b1f commit a0403f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/batcher/src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1827,10 +1827,10 @@ impl Batcher {
18271827
// For now, we flush everything as a safety measure
18281828
self.flush_queue_and_clear_nonce_cache().await;
18291829

1830-
// Return a different error that indicates state was corrupted and flushed
1831-
return Err(BatcherError::StateCorruptedAndFlushed(
1832-
format!("Queue and user states flushed due to insufficient balance for user {:?}", address)
1833-
));
1830+
return Err(BatcherError::StateCorruptedAndFlushed(format!(
1831+
"Queue and user states flushed due to insufficient balance for user {:?}",
1832+
address
1833+
)));
18341834
}
18351835
_ => {
18361836
// Add more cases here if we want in the future

0 commit comments

Comments
 (0)