Skip to content

Commit

Permalink
audit: remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyRo1 authored and EvolveArt committed Nov 10, 2023
1 parent a7725d2 commit 58d4505
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/operations/time_series/convert.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ fn mul_decimals(a_price: u128, b_price: u128, output_decimals: u128) -> u128 {
assert(power <= MAX_POWER, 'Conversion overflow');
assert(a_price <= MAX_POWER, 'Conversion overflow');

assert(power <= MAX_POWER, 'Conversion overflow');
assert(a_price <= MAX_POWER, 'Conversion overflow');

a_price * b_price * power
}

Expand Down

0 comments on commit 58d4505

Please sign in to comment.