Skip to content

Commit

Permalink
add: removed outdated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpy committed Nov 3, 2024
1 parent 4e82ee4 commit 3c268e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/reserve/GoodMarketMaker.sol
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ contract GoodMarketMaker is DAOUpgradeableContract, DSMath {
(rtoken.gdSupply * rtoken.reserveRatio); // gd precision 1e2 + reserveRatio precision 1e6 = multiply by 1e8 not to lose precision
}

//TODO: need real calculation and tests
/**
* @dev Calculates how much G$ to mint based on added token supply (from interest)
* and on current reserve ratio, in order to keep G$ price the same at the bonding curve
Expand Down

0 comments on commit 3c268e0

Please sign in to comment.