Merge pull request #3805 from ethereum/fix-testgen

fix typo
This commit is contained in:
Hsiao-Wei Wang 2024-06-14 23:55:23 +08:00 committed by GitHub
commit 7064b1a2e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ if __name__ == "__main__":
'attestation',
'consolidation_request',
'deposit_request',
'voluntary_exit'
'voluntary_exit',
'withdrawal_request',
]}
electra_mods = combine_mods(_new_electra_mods, deneb_mods)