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
While unlikely in a normal use case with sats, the code for splitting tokens does not support more than (2**32 - 1)` at a time.
I could honestly go either way whether on not it should be supported (since someone would have to send that many sats in a single LN invoice), but at the very least it'd probably be good to throw an error if a user tried to mint more than this amount.
The text was updated successfully, but these errors were encountered:
While unlikely in a normal use case with sats, the code for splitting tokens does not support more than
(2**32 - 1
)` at a time.I could honestly go either way whether on not it should be supported (since someone would have to send that many sats in a single LN invoice), but at the very least it'd probably be good to throw an error if a user tried to mint more than this amount.
The text was updated successfully, but these errors were encountered: