mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Modify attestion_aggregation to use frok version in domain
This commit is contained in:
@@ -114,7 +114,10 @@ impl AttestationAggregator {
|
||||
|
||||
if !free_attestation.signature.verify(
|
||||
&signable_message,
|
||||
spec.domain_attestation,
|
||||
cached_state.state.fork.get_domain(
|
||||
cached_state.state.current_epoch(spec),
|
||||
spec.domain_attestation,
|
||||
),
|
||||
&validator_record.pubkey,
|
||||
) {
|
||||
return Ok(Outcome {
|
||||
|
||||
Reference in New Issue
Block a user