Skip to content

Commit

Permalink
Fix/mint activate lp gasp-1712 (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderian authored Dec 9, 2024
1 parent a6313f5 commit 3722076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/market/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ pub mod pallet {
T::Rewards::activate_liquidity(
sender.clone(),
pool_info.pool_id,
amount,
lp_amount,
Some(ActivateKind::AvailableBalance),
)?;
}
Expand Down

0 comments on commit 3722076

Please sign in to comment.