mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 21:04:41 +00:00
Add committee_index to aggregator
Fixes a bug where the validator index bit was set on the bitfield, instead of the committee index
This commit is contained in:
@@ -27,7 +27,7 @@ where
|
||||
self.attestation_aggregator
|
||||
.write()
|
||||
.expect("Aggregator unlock failed.")
|
||||
.process_free_attestation(&state, &free_attestation)
|
||||
.process_free_attestation(&state, &free_attestation, &self.spec)
|
||||
.map_err(|e| e.into())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user