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 d55d6b4 commit cc6e099Copy full SHA for cc6e099
crates/batcher/src/lib.rs
@@ -1826,7 +1826,7 @@ impl Batcher {
1826
// TODO: In the future, we should re-add the failed batch back to the queue
1827
// For now, we flush everything as a safety measure
1828
self.flush_queue_and_clear_nonce_cache().await;
1829
-
+
1830
return Err(BatcherError::StateCorruptedAndFlushed(format!(
1831
"Queue and user states flushed due to insufficient balance for user {:?}",
1832
address
0 commit comments