aztec-v1 icon indicating copy to clipboard operation
aztec-v1 copied to clipboard

ACE contract does not use IACE interface

Open jlcs-es opened this issue 5 years ago • 0 comments

Reading the Solidity code, I noticed that the ZKAssetBase uses IACE as the interface to call the ACE.

Nonetheless, the ACE implementation does not inherit from IACE:

contract ACE is IAZTEC, Ownable, NoteRegistryManager {

https://github.com/AztecProtocol/AZTEC/blob/develop/packages/protocol/contracts/ACE/ACE.sol#L35

Neither do IAZTEC, Ownable nor NoteRegistryManager.

jlcs-es avatar Apr 22 '20 16:04 jlcs-es