bitshares / python-bitshares

Fully featured client-side library for the BitShares Blockchain - written entirely in python.
http://docs.pybitshares.com/
MIT License
163 stars 167 forks source link

Endless loop when issuing assets #278

Closed RuneStone0 closed 4 years ago

RuneStone0 commented 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.