Fix "indicies" type
This commit is contained in:
parent
3139d0e5da
commit
68ca51c7ac
@ -124,7 +124,7 @@ impl<T> AttestationValidationContext<T>
|
||||
|
||||
/*
|
||||
* 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() !=
|
||||
bytes_for_bits(attestation_indices.len())
|
||||
|
Loading…
Reference in New Issue
Block a user