mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Fix "indicies" type
This commit is contained in:
@@ -124,7 +124,7 @@ impl<T> AttestationValidationContext<T>
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* The bitfield must be no longer than the minimum required to represent each validator in the
|
* The bitfield must be no longer than the minimum required to represent each validator in the
|
||||||
* attestation indicies for this slot and shard id.
|
* attestation indices for this slot and shard id.
|
||||||
*/
|
*/
|
||||||
if a.attester_bitfield.num_bytes() !=
|
if a.attester_bitfield.num_bytes() !=
|
||||||
bytes_for_bits(attestation_indices.len())
|
bytes_for_bits(attestation_indices.len())
|
||||||
|
|||||||
Reference in New Issue
Block a user