Skip to content

Commit

Permalink
generate files
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Aug 19, 2024
1 parent ab6c963 commit d006585
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/crosschain/keeper/msg_server_migrate_tss_funds.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ func (k Keeper) initiateMigrateTSSFundsCCTX(
err = k.SetObserverOutboundInfo(ctx, chainID, &cctx)
if err != nil {
return errorsmod.Wrap(types.ErrCannotMigrateTssFunds, err.Error())

Check warning on line 112 in x/crosschain/keeper/msg_server_migrate_tss_funds.go

View check run for this annotation

Codecov / codecov/patch

x/crosschain/keeper/msg_server_migrate_tss_funds.go#L112

Added line #L112 was not covered by tests

}

// The migrate funds can be run again to update the migration cctx index if the migration fails
Expand Down

0 comments on commit d006585

Please sign in to comment.