AztecProtocol / aztec-verifier-contracts

28 stars 8 forks source link

chore: Restrict verify function to a view #18

Closed phated closed 1 year ago

phated commented 1 year ago

According to linters in the Remix IDE, the verify function should be restricted to a view. This also makes the function easier to consume via Ethers.js, etc.

LHerskind commented 1 year ago

Will do the same for standard + remove a now unused function from the interface.