Skip to content

Commit

Permalink
use TODO instead of note
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmrodri committed Nov 2, 2023
1 parent 425628e commit f8f7b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/plugins/assets/frax-eth/SFraxEthCollateral.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ contract SFraxEthCollateral is AppreciatingFiatCollateral {
high = p + err;
// assert(low <= high); obviously true just by inspection

// Note: Currently not checking for depegs between `frxETH` and `ETH`
// TODO: Currently not checking for depegs between `frxETH` and `ETH`
// Should be modified to use a `frxETH/ETH` oracle when available
pegPrice = targetPerRef();
}
Expand Down

0 comments on commit f8f7b5d

Please sign in to comment.