Skip to content

Commit

Permalink
Update x/cronos/keeper/keeper.go
Browse files Browse the repository at this point in the history
Co-authored-by: mmsqe <[email protected]>
Signed-off-by: yihuang <[email protected]>
  • Loading branch information
yihuang and mmsqe authored Oct 14, 2024
1 parent 2759bfd commit ea0868b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/cronos/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ func (k Keeper) IBCOnAcknowledgementPacketCallback(
if err := k.cdc.UnmarshalJSON(acknowledgement, &ack); err != nil {
return err
}
if !ack.UnderlyingAppSuccess {
if !ack.Success() {
return k.onPacketResult(ctx, packet, false, relayer, contractAddress, packetSenderAddress)
}
var res channeltypes.Acknowledgement
Expand Down

0 comments on commit ea0868b

Please sign in to comment.