mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-20 15:38:55 +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
|
||||
|
||||
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user