mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
removal of TOKEN_DISTRIBUTOR constant
This commit is contained in:
parent
d60f7b6272
commit
2579bbcfec
|
@ -40,7 +40,6 @@ contract LendingPoolAddressesProvider is Ownable, ILendingPoolAddressesProvider
|
|||
bytes32 private constant LENDING_RATE_ORACLE = 'LENDING_RATE_ORACLE';
|
||||
bytes32 private constant FEE_PROVIDER = 'FEE_PROVIDER';
|
||||
bytes32 private constant WALLET_BALANCE_PROVIDER = 'WALLET_BALANCE_PROVIDER';
|
||||
bytes32 private constant TOKEN_DISTRIBUTOR = 'TOKEN_DISTRIBUTOR';
|
||||
|
||||
/**
|
||||
* @dev returns the address of the LendingPool proxy
|
||||
|
|
Loading…
Reference in New Issue
Block a user