From fd861d5cbe9b66fde5a020c3c0133550775234bc Mon Sep 17 00:00:00 2001 From: lumtis Date: Tue, 30 Apr 2024 19:07:05 +0200 Subject: [PATCH] remove outdated comment --- e2e/e2etests/test_rate_limiter.go | 1 - 1 file changed, 1 deletion(-) diff --git a/e2e/e2etests/test_rate_limiter.go b/e2e/e2etests/test_rate_limiter.go index 4c4055f2b8..f40c4d6b9f 100644 --- a/e2e/e2etests/test_rate_limiter.go +++ b/e2e/e2etests/test_rate_limiter.go @@ -47,7 +47,6 @@ func TestRateLimiter(r *runner.E2ERunner, _ []string) { // these are the amounts for the withdraws for the different types // currently these are arbitrary values that can be fine-tuned for manual testing of rate limiter - // the current values are defined such as: ZETA takes more time than usual, ETH takes a bit less time and ERC20 are processed immediately // TODO: define more rigorous assertions with proper values // https://github.com/zeta-chain/node/issues/2090 zetaAmount := big.NewInt(0).Mul(big.NewInt(1e18), big.NewInt(3))