Submitted by SpicyMeatball
https://github.com/code-423n4/2024-07-benddao/blob/main/src/libraries/logic/ConfigureLogic.sol#L526https://github.com/code-423n4/2024-07-benddao/blob/main/src/libraries/logic/ConfigureLogic.sol#L626
After updating the interest model, the protocol does not update the interest rate, resulting in interest being calculated at the old model rates for some time.
The pool admin can change rate model in the Configurator.sol module:
However, interest rate is not updated, meaning interest will be calculated with the cached old model rates until InterestLogic.updateInterestRates is finally called.
thorseldon (BendDAO) confirmed and commented:
0xTheC0der (judge) commented:
