Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed Sep 24, 2024
1 parent c92445f commit 10a548a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions x/dex/keeper/cancel_limit_order.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ func (k Keeper) CancelLimitOrderCore(
callerAddr,
pairID.Token0,
pairID.Token1,
tradePairID.MakerDenom,
tradePairID.TakerDenom,
makerDenom,
takerDenom,
takerCoinOut.Amount,
makerCoinOut.Amount,
trancheKey,
Expand Down
8 changes: 4 additions & 4 deletions x/dex/keeper/withdraw_filled_limit_order.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ func (k Keeper) WithdrawFilledLimitOrderCore(
callerAddr,
pairID.Token0,
pairID.Token1,
tradePairID.MakerDenom,
tradePairID.TakerDenom,
amountOutTokenOut,
remainingTokenIn,
makerDenom,
takerDenom,
takerCoinOut.Amount,
makerCoinOut.Amount,
trancheKey,
))

Expand Down

0 comments on commit 10a548a

Please sign in to comment.