mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-31 16:31:20 +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(
|
if !free_attestation.signature.verify(
|
||||||
&signable_message,
|
&signable_message,
|
||||||
|
cached_state.state.fork.get_domain(
|
||||||
|
cached_state.state.current_epoch(spec),
|
||||||
spec.domain_attestation,
|
spec.domain_attestation,
|
||||||
|
),
|
||||||
&validator_record.pubkey,
|
&validator_record.pubkey,
|
||||||
) {
|
) {
|
||||||
return Ok(Outcome {
|
return Ok(Outcome {
|
||||||
|
Loading…
Reference in New Issue
Block a user