Skip to content

Commit

Permalink
delete TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyaRyazantseva committed Dec 20, 2024
1 parent 05a323e commit 67607a8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand All @@ -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


Expand Down

0 comments on commit 67607a8

Please sign in to comment.