mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 05:47:59 -05:00
Validate attestation: fix error log (#6874)
* attestation: fix error log
This commit is contained in:
@@ -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,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user