We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38fa468 commit db2a17cCopy full SHA for db2a17c
contracts/governance/Controller.sol
@@ -77,7 +77,7 @@ contract Controller is Governed, Pausable, IController {
77
* @param _id Contract id
78
* @return Address of the proxy contract for the provided id
79
*/
80
- function getContractProxy(bytes32 _id) public view override returns (address) {
+ function getContractProxy(bytes32 _id) external view override returns (address) {
81
return _registry[_id];
82
}
83
0 commit comments