Skip to content

Commit

Permalink
comment instead of delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Brean0 committed Dec 14, 2023
1 parent 1a92514 commit 4c00624
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocol/contracts/libraries/Minting/LibCurveMinting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ library LibCurveMinting {
uint256[2] memory balances;

(deltaB, balances, s.co.balances) = twaDeltaB();
// temporarily store balances. See {LibWellMinting.UpdateOracle} for an explanation.
// LibMetaCurve.setTwaReservesForPool(C.CURVE_BEAN_METAPOOL, balances);

emit MetapoolOracle(s.season.current, deltaB, s.co.balances);
}
Expand Down

0 comments on commit 4c00624

Please sign in to comment.