From 67607a8769eba9439f4ae668947544b2186ed6f6 Mon Sep 17 00:00:00 2001 From: Katya Ryazantseva Date: Fri, 20 Dec 2024 12:41:08 +0100 Subject: [PATCH] delete TODO comments --- tests/core/pyspec/eth2spec/test/utils/randomized_block_tests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/core/pyspec/eth2spec/test/utils/randomized_block_tests.py b/tests/core/pyspec/eth2spec/test/utils/randomized_block_tests.py index 0f436f97ac..0bc55eefab 100644 --- a/tests/core/pyspec/eth2spec/test/utils/randomized_block_tests.py +++ b/tests/core/pyspec/eth2spec/test/utils/randomized_block_tests.py @@ -87,7 +87,6 @@ def randomize_state_capella(spec, state, stats, exit_fraction=0.1, slash_fractio stats, exit_fraction=exit_fraction, slash_fraction=slash_fraction) - # TODO: randomize withdrawals return scenario_state @@ -97,7 +96,6 @@ def randomize_state_deneb(spec, state, stats, exit_fraction=0.1, slash_fraction= stats, exit_fraction=exit_fraction, slash_fraction=slash_fraction) - # TODO: randomize execution payload return scenario_state