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
There is a bug in the SFT minting contract which makes it possible for an address to own zero quantity of a given SFT. This in turn makes it look like the address owns some SFT when calling the API methods and also causes problems with post conditions when calling transfer transactions.
There is a bug in the SFT minting contract which makes it possible for an address to own zero quantity of a given SFT. This in turn makes it look like the address owns some SFT when calling the API methods and also causes problems with post conditions when calling transfer transactions.
The code responsible;
should read;
Ie avoid minting back to owner if balance is going to 0.
The text was updated successfully, but these errors were encountered: