Skip to content

Commit

Permalink
fix doc comment
Browse files Browse the repository at this point in the history
Co-authored-by: martin fridrich <[email protected]>
  • Loading branch information
dmoka and martinfridrich authored Oct 30, 2024
1 parent d84c319 commit df320f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/hydradx/src/benchmarking/xyk_liquidity_mining.rs
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ runtime_benchmarks! {
XYKLiquidityMining::redeposit_shares(RawOrigin::Signed(lp1.clone()).into(), 5, 6, pair, lp1_deposit_id)?;
XYKLiquidityMining::redeposit_shares(RawOrigin::Signed(lp1.clone()).into(), 7, 8, pair, lp1_deposit_id)?;

//Deposit into the global-farm so it will be updated
//Deposit into the yield-farm so it will be updated
XYKLiquidityMining::deposit_shares(RawOrigin::Signed(lp2).into(), 9, 10, pair, 10 * ONE)?;

let farms_entries = [(1,2), (3,4), (5,6), (7,8), (9, 10)];
Expand Down

0 comments on commit df320f4

Please sign in to comment.