From 2118c6e4ab01b2bf95eabf73ced1c1d1e261354d Mon Sep 17 00:00:00 2001 From: lumtis Date: Tue, 14 Jan 2025 11:37:01 +0100 Subject: [PATCH] comment lint --- e2e/e2etests/test_eth_withdraw_and_call_revert_with_withdraw.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/e2etests/test_eth_withdraw_and_call_revert_with_withdraw.go b/e2e/e2etests/test_eth_withdraw_and_call_revert_with_withdraw.go index d43d8a6632..947cf290a6 100644 --- a/e2e/e2etests/test_eth_withdraw_and_call_revert_with_withdraw.go +++ b/e2e/e2etests/test_eth_withdraw_and_call_revert_with_withdraw.go @@ -40,6 +40,6 @@ func TestETHWithdrawAndCallRevertWithWithdraw(r *runner.E2ERunner, args []string r.Logger.Print(cctxRevert.String()) cctxWithdrawFromRevert := utils.WaitCctxMinedByInboundHash(r.Ctx, cctxRevert.Index, r.CctxClient, r.Logger, r.CctxTimeout) - //check the cctx status + // check the cctx status utils.RequireCCTXStatus(r, cctxWithdrawFromRevert, crosschaintypes.CctxStatus_OutboundMined) }