From 310662ee179ba1bd65d1f671ab47d9c429a638dd Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Tue, 25 Sep 2018 23:34:44 +1000 Subject: [PATCH] Fix shard_block_hash in block val. tests --- lighthouse/state/block/validation/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouse/state/block/validation/tests.rs b/lighthouse/state/block/validation/tests.rs index 03eaf982e..670c45703 100644 --- a/lighthouse/state/block/validation/tests.rs +++ b/lighthouse/state/block/validation/tests.rs @@ -152,7 +152,7 @@ fn test_block_validation() { slot: attestation_slot, shard_id: shard, oblique_parent_hashes: vec![], - shard_block_hash: Hash256::from("shardhash".as_bytes()), + shard_block_hash, attester_bitfield, justified_slot, justified_block_hash,