I learned the hard way that Solidity has stronger type safety. Because it broke the ERC-165 reference implementation. The function onlyPayloadSize seems to be testing for something that Solidity now automatically tests for.
Recommendation: review if onlyPayloadSize is necessary.
References:
- Definition:
|
modifier onlyPayloadSize(uint256 numWords) { |