mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-28 14:57:17 +00:00
Modify attestion_aggregation to use frok version in domain
This commit is contained in:
parent
a5cbda0b60
commit
9f9b466f95
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user