Skip to content

Conversation

@pygeek
Copy link

@pygeek pygeek commented Jun 21, 2021

Compilation fails due to:

contracts/FlashLoanReceiverBase.sol:11:50: TypeError: Public state variable has override specified but does not override anything.
  ILendingPoolAddressesProvider public immutable override ADDRESSES_PROVIDER;
                                                 ^------^

contracts/FlashLoanReceiverBase.sol:12:33: TypeError: Public state variable has override specified but does not override anything.
  ILendingPool public immutable override LENDING_POOL;
                                ^------^

Interface needs to be updated to include ADDRESSES_PROVIDER() and LENDING_POOL()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant