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
The validCreditBalance circuit is meant to ensure that the user’s previous balance is less than or equal to the new credit balance after a topup. If the topup amount is too large, it can cause an overflow, so this circuit would then output 0. However, the output of this circuit is never checked.
Since the topup amount has to be larger than 252 bits, this event is extremely unlikely, and thus this issue is minor.
The validCreditBalance circuit is meant to ensure that the user’s previous balance is less than or equal to the new credit balance after a topup. If the topup amount is too large, it can cause an overflow, so this circuit would then output 0. However, the output of this circuit is never checked.
Since the topup amount has to be larger than 252 bits, this event is extremely unlikely, and thus this issue is minor.
Location.
maci/circuits/circom/processMessages.circom
Line 398 in 3aa4f33
Fixed by #1225 with docs update too
The text was updated successfully, but these errors were encountered: