Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond committed Nov 24, 2023
1 parent 7af0ccb commit fd8a1a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/transferhook/keeper/swap.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func (k Keeper) SwapExactAmountIn(ctx sdk.Context, addr sdk.AccAddress, tokenIn
Routes: routes,
TokenIn: tokenIn,
TokenOutMinAmount: sdk.OneInt(),
Discount: sdk.ZeroDec(),
}
if err := msg.ValidateBasic(); err != nil {
return err
Expand Down

0 comments on commit fd8a1a0

Please sign in to comment.