epam / mintgate

1 stars 2 forks source link

Fix `nft_revoke`/`nft_revoke_all` to propagate cross-contract call errors properly #88

Closed acuarica closed 3 years ago

acuarica commented 3 years ago

If there is an error during a ccc, the client invocation does not fail, effectively missing the error. Fix ccc to propagate error properly.