Skip to content

Commit

Permalink
add withdraw and revert check in test
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Jan 14, 2025
1 parent f4f689c commit 3712422
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ func TestETHWithdrawAndCallRevertWithWithdraw(r *runner.E2ERunner, args []string

r.Logger.Print("cctxRevert")
r.Logger.Print(cctxRevert.String())
//cctxWithdrawFromRevert := utils.WaitCctxMinedByInboundHash(r.Ctx, cctxRevert, r.CctxClient, r.Logger, r.CctxTimeout)
cctxWithdrawFromRevert := utils.WaitCctxMinedByInboundHash(r.Ctx, cctxRevert.Index, r.CctxClient, r.Logger, r.CctxTimeout)

// check the cctx status
//utils.RequireCCTXStatus(r, cctxWithdrawFromRevert, crosschaintypes.CctxStatus_OutboundMined)
//check the cctx status
utils.RequireCCTXStatus(r, cctxWithdrawFromRevert, crosschaintypes.CctxStatus_OutboundMined)
}

0 comments on commit 3712422

Please sign in to comment.