mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-27 06:47:13 +00:00
Fix another off-by-one causing rejected sync contributions at period boundaries
This commit is contained in:
parent
f70ff38b53
commit
d450681b15
@ -445,7 +445,7 @@ proc scheduleContributionChecks*(
|
||||
"SignedContributionAndProof: invalid contribution signature")
|
||||
|
||||
contributionKey = ? aggregateAll(
|
||||
dag, dag.syncCommitteeParticipants(contribution.slot, subcommitteeIdx),
|
||||
dag, dag.syncCommitteeParticipants(contribution.slot + 1, subcommitteeIdx),
|
||||
contribution.aggregation_bits)
|
||||
let
|
||||
aggregatorFut = batchCrypto.withBatch("scheduleContributionAndProofChecks.aggregator"):
|
||||
|
Loading…
x
Reference in New Issue
Block a user