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
Limit amounts (max_balance, max_mint, max_melt) all assume the sat unit and do not work well for a multi-unit mint. We would have to add limits per each supported unit or come up with a better configuration. Checks should be refactored so they're not repeated in the code.
The balance views in the db should show issued vs redeemed = balance views for each keyset in the mint instead of a total cumulative balance that doesn't reflect reality for a multi-unit mint.
The text was updated successfully, but these errors were encountered:
Limit amounts (max_balance, max_mint, max_melt) all assume the
sat
unit and do not work well for a multi-unit mint. We would have to add limits per each supported unit or come up with a better configuration. Checks should be refactored so they're not repeated in the code.The balance views in the db should show issued vs redeemed = balance views for each keyset in the mint instead of a total cumulative balance that doesn't reflect reality for a multi-unit mint.
The text was updated successfully, but these errors were encountered: