From c683384e57141b844e48e9f45446c59c334b1a99 Mon Sep 17 00:00:00 2001 From: skosito Date: Fri, 7 Jun 2024 20:29:42 +0200 Subject: [PATCH] fix typo after merge --- x/crosschain/keeper/cctx_orchestrator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/crosschain/keeper/cctx_orchestrator.go b/x/crosschain/keeper/cctx_orchestrator.go index 01d2d7b325..083eb62ccb 100644 --- a/x/crosschain/keeper/cctx_orchestrator.go +++ b/x/crosschain/keeper/cctx_orchestrator.go @@ -226,7 +226,7 @@ func (k Keeper) validateSuccessfulOutbound( case types.CctxStatus_PendingRevert: cctx.SetReverted("Outbound succeeded, revert executed") case types.CctxStatus_PendingOutbound: - cctx.SetOutBoundMined("Outbound succeeded, mined") + cctx.SetOutboundMined("Outbound succeeded, mined") default: return }