mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-24 20:37:17 +00:00
Validate attestation: fix error log (#6874)
* attestation: fix error log
This commit is contained in:
parent
daedb7411c
commit
ef69ac4496
@ -150,7 +150,7 @@ func ValidateAttestationTime(attSlot uint64, genesisTime time.Time) error {
|
||||
return fmt.Errorf(
|
||||
"attestation slot %d not within attestation propagation range of %d to %d (current slot)",
|
||||
attSlot,
|
||||
currentSlot-params.BeaconNetworkConfig().AttestationPropagationSlotRange,
|
||||
lowerBoundsSlot,
|
||||
currentSlot,
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user