mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user