mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Fix shard_block_hash in block val. tests
This commit is contained in:
@@ -152,7 +152,7 @@ fn test_block_validation() {
|
|||||||
slot: attestation_slot,
|
slot: attestation_slot,
|
||||||
shard_id: shard,
|
shard_id: shard,
|
||||||
oblique_parent_hashes: vec![],
|
oblique_parent_hashes: vec![],
|
||||||
shard_block_hash: Hash256::from("shardhash".as_bytes()),
|
shard_block_hash,
|
||||||
attester_bitfield,
|
attester_bitfield,
|
||||||
justified_slot,
|
justified_slot,
|
||||||
justified_block_hash,
|
justified_block_hash,
|
||||||
|
|||||||
Reference in New Issue
Block a user