Skip to content

Commit

Permalink
comment lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Jan 14, 2025
1 parent 3712422 commit 2118c6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ func TestETHWithdrawAndCallRevertWithWithdraw(r *runner.E2ERunner, args []string
r.Logger.Print(cctxRevert.String())

Check failure on line 40 in e2e/e2etests/test_eth_withdraw_and_call_revert_with_withdraw.go

View workflow job for this annotation

GitHub Actions / lint

printf: non-constant format string in call to (*github.com/zeta-chain/node/e2e/runner.Logger).Print (govet)
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)
}

0 comments on commit 2118c6e

Please sign in to comment.