fix tests

This commit is contained in:
Danny Ryan 2019-04-08 13:03:29 +10:00
parent e246c3fb04
commit 71a28aa1c9
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,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,
source_crosslink_root=hash_tree_root(crosslinks[shard]), previous_crosslink_root=hash_tree_root(crosslinks[shard]),
) )