diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-04-28 09:16:48 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-06-03 13:53:31 +0200 |
commit | fa4245d88409091a3a6115a96a200b70be663725 (patch) | |
tree | 267f5401f91802c19825c2909371b0c99f54c1c9 /src/validation.h | |
parent | a83bbf02c76235faf6c2759bba03dc6fd9e00bc7 (diff) |
doc: Various validation doc fixups
* Rename RewindBlockIndex -> NeedsRedownload (follow-up to commit
d831e711cab83c70bf2ded62fe33f484844e73dd)
* Fix typos
* Inline comments about faking chain data to avoid duplicating them
Diffstat (limited to 'src/validation.h')
-rw-r--r-- | src/validation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h index 9c718b3d63..359a6c779f 100644 --- a/src/validation.h +++ b/src/validation.h @@ -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 { |