mirror of
https://github.com/Instadapp/InstaContract.git
synced 2024-07-29 22:47:45 +00:00
Fixed errors.
This commit is contained in:
parent
93c0043a22
commit
5eafbf733c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user