Unverified Commit 975aeb91 authored by Nguyen Thanh Nhan's avatar Nguyen Thanh Nhan Committed by GitHub
Browse files

update comment in gamm module (#3103)

parent b552bab6
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment