Closed RuneStone0 closed 4 years ago
Related to Asset.isseu.
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.
Asset.issue()
int()
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.