From 2579bbcfec84a9df32c279fc574adf816040a460 Mon Sep 17 00:00:00 2001 From: andyk Date: Wed, 19 Aug 2020 18:58:53 +0300 Subject: [PATCH] removal of TOKEN_DISTRIBUTOR constant --- contracts/configuration/LendingPoolAddressesProvider.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/configuration/LendingPoolAddressesProvider.sol b/contracts/configuration/LendingPoolAddressesProvider.sol index cfccd0a2..abc6b986 100644 --- a/contracts/configuration/LendingPoolAddressesProvider.sol +++ b/contracts/configuration/LendingPoolAddressesProvider.sol @@ -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