mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-01 05:14:49 +00:00
fix typo
This commit is contained in:
parent
d4eaf4bff4
commit
e1df31818b
@ -22,7 +22,7 @@ def get_signed_address_change(spec, state,
|
|||||||
to_execution_address = b'\x42' * 20
|
to_execution_address = b'\x42' * 20
|
||||||
|
|
||||||
if genesis_validators_root is None:
|
if genesis_validators_root is None:
|
||||||
genesis_validators_root = spec.genesis_validators_root
|
genesis_validators_root = state.genesis_validators_root
|
||||||
|
|
||||||
domain = spec.compute_domain(
|
domain = spec.compute_domain(
|
||||||
spec.DOMAIN_BLS_TO_EXECUTION_CHANGE,
|
spec.DOMAIN_BLS_TO_EXECUTION_CHANGE,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user