Improve grammar in terminology/ledger (#20197)

This commit is contained in:
Ted Robertson
2021-09-26 01:12:15 +12:00
committed by GitHub
parent 0c62a6fe3f
commit 20fbf09072

View File

@ -164,7 +164,7 @@ A sequence of [validator](terminology.md#validator) [public keys](terminology.md
## ledger
A list of [entries](terminology.md#entry) containing [transactions](terminology.md#transaction) signed by [clients](terminology.md#client).
Conceptually, this can be traced back to the [genesis block](terminology.md#genesis-block), but actual [validators](terminology.md#validator)'s ledger may have only newer [blocks](terminology.md#block) to save storage usage as older ones not needed for validation of future blocks by design.
Conceptually, this can be traced back to the [genesis block](terminology.md#genesis-block), but an actual [validator](terminology.md#validator)'s ledger may have only newer [blocks](terminology.md#block) to reduce storage, as older ones are not needed for validation of future blocks by design.
## ledger vote