Fixed errors.

This commit is contained in:
Sowmayjain 2018-10-27 16:45:26 +05:30
parent 93c0043a22
commit 5eafbf733c

View File

@ -21,8 +21,13 @@ contract AddressRegistry {
} }
contract Governance is AddressRegistry { contract Governance is AddressRegistry {
function dummyfunction() public pure returns(bool) {
return true;
}
// governance code goes here to update the admin in "registry" mapping // governance code goes here to update the admin in "registry" mapping
} }
@ -69,6 +74,7 @@ contract ManageResolvers is ManageRegistry {
} }
contract InitRegistry is ManageResolvers { contract InitRegistry is ManageResolvers {
constructor() public { constructor() public {