mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
- Changed CONFIGURATOR_REVISION visibility to internal
This commit is contained in:
parent
8ae705a769
commit
996c16237c
|
@ -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) {
|
function getRevision() internal override pure returns (uint256) {
|
||||||
return CONFIGURATOR_REVISION;
|
return CONFIGURATOR_REVISION;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user