Skip to content

Commit a4e77ab

Browse files
remove commented line
1 parent 70f4618 commit a4e77ab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pallets/hsm/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,6 @@ where
13721372
info: &CollateralInfo<T::AssetId>,
13731373
state: &PoolSnapshot<T::AssetId>,
13741374
) -> Option<Balance> {
1375-
//let mut sell_amount_max = imbalance;
13761375
let mut sell_amount_max = hydra_dx_math::hsm::calculate_buyback_limit(imbalance, info.buyback_rate);
13771376
let mut sell_amount_min = 0u128;
13781377
let mut sell_amount = sell_amount_max / 2;

0 commit comments

Comments
 (0)