Fix shard_block_hash in block val. tests

This commit is contained in:
Paul Hauner 2018-09-25 23:34:44 +10:00
parent 177c04dc1a
commit 310662ee17
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C

View File

@ -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,