From e1df31818bd27fc5b1c210ada93ad4d701289595 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Fri, 13 Jan 2023 23:18:29 +0800 Subject: [PATCH] fix typo --- .../pyspec/eth2spec/test/helpers/bls_to_execution_changes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/pyspec/eth2spec/test/helpers/bls_to_execution_changes.py b/tests/core/pyspec/eth2spec/test/helpers/bls_to_execution_changes.py index a71e5780e..df8af1616 100644 --- a/tests/core/pyspec/eth2spec/test/helpers/bls_to_execution_changes.py +++ b/tests/core/pyspec/eth2spec/test/helpers/bls_to_execution_changes.py @@ -22,7 +22,7 @@ def get_signed_address_change(spec, state, to_execution_address = b'\x42' * 20 if genesis_validators_root is None: - genesis_validators_root = spec.genesis_validators_root + genesis_validators_root = state.genesis_validators_root domain = spec.compute_domain( spec.DOMAIN_BLS_TO_EXECUTION_CHANGE,