From 1ff882de03a0d8ce5d4bc5167b6d8e760033abf0 Mon Sep 17 00:00:00 2001 From: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:52:10 -0400 Subject: [PATCH] Slight reword --- docs/public-networks/reference/cli/subcommands.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/public-networks/reference/cli/subcommands.md b/docs/public-networks/reference/cli/subcommands.md index 5f93c6f5d8..00d537284a 100644 --- a/docs/public-networks/reference/cli/subcommands.md +++ b/docs/public-networks/reference/cli/subcommands.md @@ -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`