Skip to content

Commit

Permalink
🩹 (fix rewards manager) remove unrelevant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed Jun 7, 2022
1 parent dc0e500 commit 5877c11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/compound/RewardsManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ contract RewardsManager is IRewardsManager, Initializable {
}

/// @notice Updates the COMP borrow index.
/// @dev Note: This function expects Compound's exchange rate to have been updated.
/// @param _cTokenAddress The cToken address.
function _updateBorrowIndex(address _cTokenAddress) internal {
IComptroller.CompMarketState storage localBorrowState = localCompBorrowState[
Expand Down

0 comments on commit 5877c11

Please sign in to comment.