From 71a28aa1c9c6e1b997b9cebe3b20101f0ddb233b Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Mon, 8 Apr 2019 13:03:29 +1000 Subject: [PATCH] fix tests --- tests/phase0/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phase0/helpers.py b/tests/phase0/helpers.py index 1641a5290..48cbdbe19 100644 --- a/tests/phase0/helpers.py +++ b/tests/phase0/helpers.py @@ -173,7 +173,7 @@ def build_attestation_data(state, slot, shard): source_root=justified_block_root, target_root=epoch_boundary_root, crosslink_data_root=spec.ZERO_HASH, - source_crosslink_root=hash_tree_root(crosslinks[shard]), + previous_crosslink_root=hash_tree_root(crosslinks[shard]), )