Skip to content

Commit

Permalink
after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
gangov committed Jan 22, 2025
1 parent 7c8a872 commit 89d29a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/pool_stable/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ pub fn compute_swap(
scale_value(
//TODO: safe math
env,
offer_pool + offer_amount,
atomics,
greatest_precision,
DECIMAL_PRECISION,
),
Expand Down

0 comments on commit 89d29a1

Please sign in to comment.