removal of TOKEN_DISTRIBUTOR constant

This commit is contained in:
andyk 2020-08-19 18:58:53 +03:00
parent d60f7b6272
commit 2579bbcfec

View File

@ -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