From 0bb34703521b6d6c51e4eaaf37c8b21f3f26bb4e Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Thu, 24 Nov 2022 15:11:25 +0100 Subject: [PATCH] Formatting --- tests/core/pyspec/eth2spec/test/helpers/execution_payload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/pyspec/eth2spec/test/helpers/execution_payload.py b/tests/core/pyspec/eth2spec/test/helpers/execution_payload.py index 68a1001fb..060022406 100644 --- a/tests/core/pyspec/eth2spec/test/helpers/execution_payload.py +++ b/tests/core/pyspec/eth2spec/test/helpers/execution_payload.py @@ -104,7 +104,7 @@ def get_withdrawal_rlp(withdrawal): # address (Binary(20, 20), withdrawal.address), # amount - (big_endian_int, withdrawal.amount * (10**9)) + (big_endian_int, withdrawal.amount * (10**9)), ] sedes = List([schema for schema, _ in withdrawal_rlp])