mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-17 08:56:45 +00:00
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…
x
Reference in New Issue
Block a user