diff --git a/x/crosschain/keeper/cctx_gateway_observers.go b/x/crosschain/keeper/cctx_gateway_observers.go index d95681a238..7155e61cd0 100644 --- a/x/crosschain/keeper/cctx_gateway_observers.go +++ b/x/crosschain/keeper/cctx_gateway_observers.go @@ -39,7 +39,7 @@ func (c CCTXGatewayObservers) InitiateOutbound( ) (newCCTXStatus types.CctxStatus, err error) { tmpCtx, commit := ctx.CacheContext() outboundReceiverChainID := config.CCTX.GetCurrentOutboundParam().ReceiverChainId - // TODO: does this condition make sense? + // TODO (https://github.com/zeta-chain/node/issues/1010): workaround for this bug noEthereumTxEvent := false if chains.IsZetaChain(config.CCTX.InboundParams.SenderChainId) { noEthereumTxEvent = true