Skip to content

Commit

Permalink
add TODO issue to better handle failed SPL token withdrawals
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Dec 2, 2024
1 parent 99fdb32 commit 9eccc31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/e2etests/test_spl_withdraw_no_receiver_ata.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func TestSPLWithdrawNoReceiverAta(r *runner.E2ERunner, args []string) {
tx := r.WithdrawSPLZRC20(receiverPrivKey.PublicKey(), withdrawAmount, approvedAmount)

// wait for the cctx to be mined and aborted
// TODO: https://github.com/zeta-chain/node/issues/3234
cctx := utils.WaitCctxMinedByInboundHash(r.Ctx, tx.Hash().Hex(), r.CctxClient, r.Logger, r.CctxTimeout)
utils.RequireCCTXStatus(r, cctx, crosschaintypes.CctxStatus_Aborted)

Expand Down

0 comments on commit 9eccc31

Please sign in to comment.