Skip to content

Commit

Permalink
contracts: Fix after merging main
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed Nov 25, 2020
1 parent 12fcc92 commit 1a44439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/contracts/CDPManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ contract CDPManager is LiquityBase, Ownable, ICDPManager {
// Update borrower's snapshots of L_ETH and L_CLVDebt to reflect the current values
function updateCDPRewardSnapshots(address _borrower) external override {
// TODO: remove!
console.log('update rewards', _user);
console.log('update rewards', _borrower);
_requireCallerIsBorrowerOperations();
return _updateCDPRewardSnapshots(_borrower);
}
Expand Down

0 comments on commit 1a44439

Please sign in to comment.