Closed foodaka closed 2 years ago
Im not sure if this was already duplicated here https://github.com/aave/aave-v3-core/issues/197
Im not sure if this was already duplicated here #197
How are these two issues related? One is about interest strategy and the other is PoolDataProvider
Identified By
Scope In
DefaultReserveInterestRateStrategy.sol
the _baseVariableBorrowRate" value is always added to "vars.currentVariableBorrowRate". Consider just initializing the "vars.currentVariableBorrowRate" field with the "_baseVariableBorrwoRate" value.