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 c155901 commit b462e95Copy full SHA for b462e95
crates/batcher/src/lib.rs
@@ -2031,7 +2031,7 @@ impl Batcher {
2031
2032
match e {
2033
// This should never happen, there is a task that regularly cleans up
2034
- // user proofs with unlocked states
+ // user proofs with unlocked states
2035
// (and it runs more frequently than the 1H the user needs to withdraw funds)
2036
BatcherError::TransactionSendError(
2037
TransactionSendError::SubmissionInsufficientBalance(address),
0 commit comments