Skip to content

Commit

Permalink
fix: CVP-04
Browse files Browse the repository at this point in the history
  • Loading branch information
Debugger022 committed Oct 12, 2023
1 parent cbd9b18 commit f4e8d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Comptroller.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ contract Comptroller is
revert MarketNotListed(vTokenBorrowed);
}

isForcedLiquidationEnabled[address(vTokenBorrowed)] = enable;
isForcedLiquidationEnabled[vTokenBorrowed] = enable;
emit IsForcedLiquidationEnabledUpdated(vTokenBorrowed, enable);
}

Expand Down

0 comments on commit f4e8d2b

Please sign in to comment.