From fd972af1bb5beecab7878038c8bc8c7d9cf513bb Mon Sep 17 00:00:00 2001 From: gStart9 Date: Tue, 28 May 2024 23:43:44 -0600 Subject: [PATCH] Commas, phrasing --- manifest.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index 124e951..f0e0efa 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -137,7 +137,7 @@ actions: reindex: name: "Reindex Blockchain" description: "Rebuilds the block and chainstate databases starting from genesis. If blocks already exist on disk, these are used rather than being redownloaded. For pruned nodes, this means downloading the entire blockchain over again." - warning: Blocks not stored on disk will be redownloaded in order to rebuild the database. If your node is pruned, this action is equivalent to syncing the node from scratch, so this process could take a couple of weeks. + warning: Blocks not stored on disk will be redownloaded in order to rebuild the database. If your node is pruned, this action is equivalent to syncing the node from scratch, so this process could take weeks on low-end hardware. allowed-statuses: - running - stopped @@ -152,8 +152,8 @@ actions: io-format: json reindex-chainstate: name: "Reindex Chainstate" - description: "Rebuilds the chainstate database using existing block index data; as the block index is not rebuilt 'reindex_chainstate' should be strictly faster than 'reindex'. This action should only be used in the case of chainstate corruption; if the blocks stored on disk are corrupted the 'reindex' action will need to be run instead." - warning: Blocks not stored on disk will be redownloaded in order to rebuild the database. If your node is pruned, this action is equivalent to syncing the node from scratch, so this process could take a couple of weeks. + description: "Rebuilds the chainstate database using existing block index data; as the block index is not rebuilt, 'reindex_chainstate' should be strictly faster than 'reindex'. This action should only be used in the case of chainstate corruption; if the blocks stored on disk are corrupted, the 'reindex' action will need to be run instead." + warning: Blocks not stored on disk will be redownloaded in order to rebuild the database. If your node is pruned, this action is equivalent to syncing the node from scratch, so this process could take a weeks on low-end hardware. allowed-statuses: - running - stopped