Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed Sep 4, 2024
1 parent 802d88d commit 2a01f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/dex/keeper/cancel_limit_order.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (k Keeper) CancelLimitOrderCore(

makerDenom := makerCoinOut.Denom
takerDenom := takerCoinOut.Denom
// This will never panic since TradePairID has already been successfully constructed by ExecuteWithdrawFilledLimitOrder
// This will never panic since PairID has already been successfully constructed during tranche creation
pairID := types.MustNewPairID(makerDenom, takerDenom)
ctx.EventManager().EmitEvent(types.CancelLimitOrderEvent(
callerAddr,
Expand Down

0 comments on commit 2a01f29

Please sign in to comment.