Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Nov 15, 2024
1 parent cd8e0db commit 6e8f466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/crosschain/keeper/cctx_orchestrator_validate_outbound.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 failure on line 314 in x/crosschain/keeper/cctx_orchestrator_validate_outbound.go

View workflow job for this annotation

GitHub Actions / lint

unnecessary leading newline (whitespace)

// check the sender is ZetaChain
zetaChain, err := chains.ZetaChainFromCosmosChainID(ctx.ChainID())
if err != nil {
Expand Down

0 comments on commit 6e8f466

Please sign in to comment.