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:
Michael Sproul 2023-01-25 02:17:10 +00:00
parent a7351c00c0
commit e8d1dd4e7c

View File

@ -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 The database keeps track of three markers to determine the availability of historic blocks and
states: 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. 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 * `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. the database. The minimum value is 0, indicating that the genesis state is always available.