From 1cd6f597e6ff38de5ebc8df356af56ad1ba7724c Mon Sep 17 00:00:00 2001 From: lumtis Date: Fri, 15 Nov 2024 13:15:57 +0100 Subject: [PATCH] fix fix newline --- x/crosschain/keeper/cctx_orchestrator_validate_outbound.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/crosschain/keeper/cctx_orchestrator_validate_outbound.go b/x/crosschain/keeper/cctx_orchestrator_validate_outbound.go index db251a0337..ffc36945b8 100644 --- a/x/crosschain/keeper/cctx_orchestrator_validate_outbound.go +++ b/x/crosschain/keeper/cctx_orchestrator_validate_outbound.go @@ -339,7 +339,7 @@ func (k Keeper) processFailedOutboundV2(ctx sdk.Context, cctx *types.CrossChainT cctx.InboundParams.SenderChainId, ) } - + // get the chain ID of the connected chain chainID := cctx.GetCurrentOutboundParam().ReceiverChainId