Skip to content

Commit

Permalink
DenominatedOracle multiplication order
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0neerpat committed Apr 20, 2024
1 parent 6ca66ec commit 48ee416
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/contracts/oracles/DenominatedOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ contract DenominatedOracle {
_result = _priceSourceValue.wmul(_denominationPriceSourceValue);

Check warning on line 53 in src/contracts/oracles/DenominatedOracle.sol

View check run for this annotation

Codecov / codecov/patch

src/contracts/oracles/DenominatedOracle.sol#L53

Added line #L53 was not covered by tests
}

_result = _priceSourceValue.wmul(_denominationPriceSourceValue);
_validity = _priceSourceValidity && _denominationPriceSourceValidity;
}

Expand Down

0 comments on commit 48ee416

Please sign in to comment.