Update helpers.py

This commit is contained in:
Justin 2019-04-04 08:26:11 +04:00 committed by GitHub
parent a790afa891
commit 3e6dc59ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,7 @@ def build_attestation_data(state, slot, shard):
source_root=justified_block_root,
target_root=epoch_boundary_root,
crosslink_data_root=spec.ZERO_HASH,
previous_crosslink=deepcopy(crosslinks[shard]),
source_crosslink=deepcopy(crosslinks[shard]),
)