Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

ACE contract does not use IACE interface #514

Open
jlcs-es opened this issue Apr 22, 2020 · 0 comments
Open

ACE contract does not use IACE interface #514

jlcs-es opened this issue Apr 22, 2020 · 0 comments

Comments

@jlcs-es
Copy link

jlcs-es commented Apr 22, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant