mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Merge branch 'fix/144-remove-public' into 'master'
- Changed CONFIGURATOR_REVISION visibility to internal Closes #144 See merge request aave-tech/protocol-v2!167
This commit is contained in:
commit
4fb10f8b10
|
@ -206,7 +206,7 @@ contract LendingPoolConfigurator is VersionedInitializable {
|
|||
_;
|
||||
}
|
||||
|
||||
uint256 public constant CONFIGURATOR_REVISION = 0x3;
|
||||
uint256 internal constant CONFIGURATOR_REVISION = 0x3;
|
||||
|
||||
function getRevision() internal override pure returns (uint256) {
|
||||
return CONFIGURATOR_REVISION;
|
||||
|
|
Loading…
Reference in New Issue
Block a user