Skip to content

Commit

Permalink
Merge pull request #3805 from ethereum/fix-testgen
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
hwwhww authored Jun 14, 2024
2 parents 210fcfb + ae654d2 commit 7064b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generators/operations/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'attestation',
'consolidation_request',
'deposit_request',
'voluntary_exit'
'voluntary_exit',
'withdrawal_request',
]}
electra_mods = combine_mods(_new_electra_mods, deneb_mods)
Expand Down

0 comments on commit 7064b1a

Please sign in to comment.