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
If a string (example: "1") is passed to Asset.issue() instead of an int() it will cause an endless loop and will never return an error. As a result, I had to debug this for hours.
The text was updated successfully, but these errors were encountered:
Related to Asset.isseu.
If a string (example: "1") is passed to
Asset.issue()
instead of anint()
it will cause an endless loop and will never return an error. As a result, I had to debug this for hours.The text was updated successfully, but these errors were encountered: