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
It looks like 2ccb26e reverted #2. Was that intentional? ERC1271 now specifies the following function signatur. It may be worth re-adding the switch to ERC1654 or updating the interface.
function isValidSignature(
bytes memory _data,
bytes memory _signature)
public
view
returns (bytes4 magicValue);
The text was updated successfully, but these errors were encountered:
It looks like 2ccb26e reverted #2. Was that intentional? ERC1271 now specifies the following function signatur. It may be worth re-adding the switch to ERC1654 or updating the interface.
The text was updated successfully, but these errors were encountered: