increase attestation pool lookback window (#2215)
This commit is contained in:
parent
93b434d0ac
commit
bbdd16f81c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue