diff --git a/contracts/Auth.sol b/contracts/Reference/Auth.sol similarity index 98% rename from contracts/Auth.sol rename to contracts/Reference/Auth.sol index 75c7d0b..91800af 100644 --- a/contracts/Auth.sol +++ b/contracts/Reference/Auth.sol @@ -26,6 +26,14 @@ interface AddressRegistryInterface { function managerEnabled() external view returns (bool); } +/** + * @title UserWallet Interface + */ +// interface UserWalletInterface { + // get the wallet address based on the owner of this wallet + // and use execute interface from main UserWallet to call execute on this contract +// } + /** * @title Address Registry Record