Skip to content

Commit 4762c04

Browse files
Try BeaconStates
1 parent 4a3bf70 commit 4762c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/advanced_database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ more detail below).
1414
The full states upon which blocks are replayed are referred to as _snapshots_ in the case of the
1515
freezer DB, and _epoch boundary states_ in the case of the hot DB.
1616

17-
The frequency at which the hot database stores full `BeaconState` is fixed to one-state-per-epoch
17+
The frequency at which the hot database stores full `BeaconState`s is fixed to one-state-per-epoch
1818
in order to keep loads of recent states performant. For the freezer DB, the frequency is
1919
configurable via the `--hierarchy-exponents` CLI flag, which is the topic of the next section.
2020

0 commit comments

Comments
 (0)