Skip to content

Commit

Permalink
Slight reword
Browse files Browse the repository at this point in the history
  • Loading branch information
joaniefromtheblock authored Jul 1, 2024
1 parent 0c445d6 commit 1ff882d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/public-networks/reference/cli/subcommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,10 @@ trieLog count: 742311

Displays the number of trie logs in the database.
This is the number of keys for the `TRIE_LOG_STORAGE` [column family in RocksDB](#rocksdb-usage).
Canonical count represents the finalized blockchain, fork count represents non-finalized branches of the blockchain and orphaned count represents trie logs not in the blockchain which can happen during block creation.
The following are specified in the `trieLog count`:
- `canonical count` represents the finalized blockchain.
- `fork count` represents non-finalized branches of the blockchain.
- `orphaned count` represents trie logs not in the blockchain, which can occur during block creation.

#### `prune`

Expand Down

0 comments on commit 1ff882d

Please sign in to comment.