mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +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(
|
if !free_attestation.signature.verify(
|
||||||
&signable_message,
|
&signable_message,
|
||||||
spec.domain_attestation,
|
cached_state.state.fork.get_domain(
|
||||||
|
cached_state.state.current_epoch(spec),
|
||||||
|
spec.domain_attestation,
|
||||||
|
),
|
||||||
&validator_record.pubkey,
|
&validator_record.pubkey,
|
||||||
) {
|
) {
|
||||||
return Ok(Outcome {
|
return Ok(Outcome {
|
||||||
|
|||||||
Reference in New Issue
Block a user