mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-22 19:50:37 +00:00
Fix docs for oldest_block_slot
(#3911)
## Proposed Changes Update the docs to correct the description of `oldest_block_slot`. Credit to `laern` on Discord for noticing this.
This commit is contained in:
parent
a7351c00c0
commit
e8d1dd4e7c
@ -97,7 +97,7 @@ You can opt-in to reconstructing all of the historic states by providing the
|
||||
The database keeps track of three markers to determine the availability of historic blocks and
|
||||
states:
|
||||
|
||||
* `oldest_block_slot`: All blocks with slots less than or equal to this value are available in the
|
||||
* `oldest_block_slot`: All blocks with slots greater than or equal to this value are available in the
|
||||
database. Additionally, the genesis block is always available.
|
||||
* `state_lower_limit`: All states with slots _less than or equal to_ this value are available in
|
||||
the database. The minimum value is 0, indicating that the genesis state is always available.
|
||||
|
Loading…
Reference in New Issue
Block a user