From ae654d2281bc1f6f408c4c5001eb6b33407fa9e3 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Fri, 14 Jun 2024 23:05:41 +0800 Subject: [PATCH] fix typo --- tests/generators/operations/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generators/operations/main.py b/tests/generators/operations/main.py index 204f5023a..51cd50706 100644 --- a/tests/generators/operations/main.py +++ b/tests/generators/operations/main.py @@ -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)