Skip to content

Commit

Permalink
update comment in gamm module (osmosis-labs#3103)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanhNhann authored and Ruslan Akhtariev committed Nov 1, 2022
1 parent 9c4193b commit f3ba2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/gamm/keeper/swap.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (k Keeper) SwapExactAmountOut(
return k.swapExactAmountOut(ctx, sender, pool, tokenInDenom, tokenInMaxAmount, tokenOut, swapFee)
}

// swapExactAmountIn is an internal method for swapping to get an exact number of tokens out of a pool,
// swapExactAmountOut is an internal method for swapping to get an exact number of tokens out of a pool,
// using the provided swapFee.
// This is intended to allow different swap fees as determined by multi-hops,
// or when recovering from chain liveness failures.
Expand Down

0 comments on commit f3ba2bf

Please sign in to comment.