EIP-7549 beacon spec (#13946)

* EIP-7549 beacon spec

* reviews

* change signature of AttestingIndices
This commit is contained in:
Radosław Kapka
2024-05-07 22:48:23 +09:00
committed by GitHub
parent 49f3531aed
commit 5f1b903bdf
22 changed files with 320 additions and 76 deletions

View File

@@ -370,7 +370,7 @@ func (s *Service) handleBlockAttestations(ctx context.Context, blk interfaces.Re
if err != nil {
return err
}
indices, err := attestation.AttestingIndices(a.GetAggregationBits(), committee)
indices, err := attestation.AttestingIndices(a, committee)
if err != nil {
return err
}