Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
betterclever committed Apr 29, 2024
2 parents 308bca7 + fe0579f commit 197c03b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/pools/stable_pool/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ pub fn accumulate_prices(
config.fee_info.clone(),
amp
)?;
// ).unwrap();

let ask_asset_precision = get_precision(deps.storage, &to)?;
let return_amount = spot_price.price.to_uint128_with_precision(ask_asset_precision)?;
Expand Down

0 comments on commit 197c03b

Please sign in to comment.