From 6e8f46662edb54d4c178d097b3472ab3d72945d1 Mon Sep 17 00:00:00 2001 From: lumtis Date: Fri, 15 Nov 2024 11:13:34 +0100 Subject: [PATCH] test --- x/crosschain/keeper/cctx_orchestrator_validate_outbound.go | 1 + 1 file changed, 1 insertion(+) diff --git a/x/crosschain/keeper/cctx_orchestrator_validate_outbound.go b/x/crosschain/keeper/cctx_orchestrator_validate_outbound.go index 2f3acdd744..88fe0b788d 100644 --- a/x/crosschain/keeper/cctx_orchestrator_validate_outbound.go +++ b/x/crosschain/keeper/cctx_orchestrator_validate_outbound.go @@ -312,6 +312,7 @@ func (k Keeper) processFailedZETAOutboundOnZEVM(ctx sdk.Context, cctx *types.Cro // TODO: consolidate logic with above function // https://github.com/zeta-chain/node/issues/2627 func (k Keeper) processFailedOutboundV2(ctx sdk.Context, cctx *types.CrossChainTx) error { + // check the sender is ZetaChain zetaChain, err := chains.ZetaChainFromCosmosChainID(ctx.ChainID()) if err != nil {