Update helpers.py
This commit is contained in:
parent
a790afa891
commit
3e6dc59ec0
|
@ -172,7 +172,7 @@ def build_attestation_data(state, slot, shard):
|
||||||
source_root=justified_block_root,
|
source_root=justified_block_root,
|
||||||
target_root=epoch_boundary_root,
|
target_root=epoch_boundary_root,
|
||||||
crosslink_data_root=spec.ZERO_HASH,
|
crosslink_data_root=spec.ZERO_HASH,
|
||||||
previous_crosslink=deepcopy(crosslinks[shard]),
|
source_crosslink=deepcopy(crosslinks[shard]),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue