doc: Various validation doc fixups

* Rename RewindBlockIndex -> NeedsRedownload (follow-up to commit
  d831e711ca)
* Fix typos
* Inline comments about faking chain data to avoid duplicating them
This commit is contained in:
MarcoFalke
2021-04-28 09:16:48 +02:00
parent a83bbf02c7
commit fa4245d884
3 changed files with 12 additions and 15 deletions

View File

@@ -555,7 +555,7 @@ enum class CoinsCacheSizeState
*
* Anything that is contingent on the current tip of the chain is stored here,
* whereas block information and metadata independent of the current tip is
* kept in `BlockMetadataManager`.
* kept in `BlockManager`.
*/
class CChainState
{