You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: batcher/aligned-batcher/src/lib.rs
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -684,7 +684,7 @@ impl Batcher {
684
684
returnOk(());
685
685
};
686
686
687
-
// We estimate the min balance to be the minimum balance needed to pay for the
687
+
// We estimate the minimum balance for submission to be the product of the user's `user_min_fee` and the number of proofs they have included in the batch + 1.
688
688
if !self.check_min_balance(user_min_fee, proofs_in_batch + 1, user_balance, msg_max_fee){
0 commit comments