increase attestation pool lookback window (#2215)

This commit is contained in:
tersec 2021-01-07 14:52:02 +01:00 committed by GitHub
parent 93b434d0ac
commit bbdd16f81c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export block_pools_types, ValidationResult
const
ATTESTATION_LOOKBACK* =
min(4'u64, SLOTS_PER_EPOCH) + MIN_ATTESTATION_INCLUSION_DELAY
min(24'u64, SLOTS_PER_EPOCH) + MIN_ATTESTATION_INCLUSION_DELAY
## The number of slots we'll keep track of in terms of "free" attestations
## that potentially could be added to a newly created block