delegatable / MobyMask

A browser extension for reporting phishers built on the Delegatable.eth framework.
MIT License
50 stars 12 forks source link

data location error at compile time #7

Open leodarkseid opened 1 year ago

leodarkseid commented 1 year ago

In https://github.com/delegatable/MobyMask/blob/main/packages/hardhat/contracts/caveat-enforcers/ExpirationEnforcer.sol

at compile time there is a data location mismatch error, changing the location to the version defined in CaveatEnforcer.sol(which is calldata for both), solves that @danfinlay