epam / mintgate

1 stars 2 forks source link

NFT methods `nft_revoke` and `nft_revoke_all` cause prepaid gas exceed #87

Closed acuarica closed 3 years ago

acuarica commented 3 years ago

The token gets modified on the NFT contract, but the token is not being delisted from the marketplace due to prepaid gas exceed.

acuarica commented 3 years ago

Error was fixed by pumping more gas to the nft_revoke call.