Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes a bug that causes ERC-721 contracts without metadata to not work.
We were only checking whether the `supportsInterface` call returned a value (rather than reverting), but we were failing to check the actual return value (a boolean).
- Loading branch information