Submitted by volodya, also found by Udsen
Currently in the code that is a function _setBorrowPaused that paused pause borrowing. In origin compound code borrowGuardianPaused is used to do liquidate markets that are bad. So now there is not way to get rid of bad markets.
src/core/Comptroller.sol#L394
Here is a list why liquidating deprecated markets can be necessary:
I think compound have a way to liquidate deprecated markets for a safety reason, so it needs to be restored.
ElliotFriedman (Moonwell) confirmed and commented:
alcueca (Judge) commented:
