From 5eafbf733c8a31365f88b72413c5820c2c66823d Mon Sep 17 00:00:00 2001 From: Sowmayjain Date: Sat, 27 Oct 2018 16:45:26 +0530 Subject: [PATCH] Fixed errors. --- contracts/MoatAddress.sol | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contracts/MoatAddress.sol b/contracts/MoatAddress.sol index 9783bed..03511ee 100644 --- a/contracts/MoatAddress.sol +++ b/contracts/MoatAddress.sol @@ -21,8 +21,13 @@ contract AddressRegistry { } + contract Governance is AddressRegistry { + function dummyfunction() public pure returns(bool) { + return true; + } + // governance code goes here to update the admin in "registry" mapping } @@ -69,6 +74,7 @@ contract ManageResolvers is ManageRegistry { } + contract InitRegistry is ManageResolvers { constructor() public {