Skip to content

Commit

Permalink
fix typo after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Jun 7, 2024
1 parent f856cd4 commit c683384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/crosschain/keeper/cctx_orchestrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit c683384

Please sign in to comment.