mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 06:44:35 +00:00
Ensure non-zero bits for each committee bitfield comprising an aggregate (#6603)
* add new validation
This commit is contained in:
@@ -59,6 +59,7 @@ pub enum Error {
|
||||
UnknownValidator(usize),
|
||||
UnableToDetermineProducer,
|
||||
InvalidBitfield,
|
||||
EmptyCommittee,
|
||||
ValidatorIsWithdrawable,
|
||||
ValidatorIsInactive {
|
||||
val_index: usize,
|
||||
|
||||
Reference in New Issue
Block a user