aboutsummaryrefslogtreecommitdiff
path: root/src/chain.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-04-28 09:16:48 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-06-03 13:53:31 +0200
commitfa4245d88409091a3a6115a96a200b70be663725 (patch)
tree267f5401f91802c19825c2909371b0c99f54c1c9 /src/chain.h
parenta83bbf02c76235faf6c2759bba03dc6fd9e00bc7 (diff)
downloadbitcoin-fa4245d88409091a3a6115a96a200b70be663725.tar.xz
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/chain.h')
-rw-r--r--src/chain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chain.h b/src/chain.h
index 04a5db5a17..84a3a4e1e7 100644
--- a/src/chain.h
+++ b/src/chain.h
@@ -182,7 +182,7 @@ public:
//!
//! Note: this value is modified to show BLOCK_OPT_WITNESS during UTXO snapshot
//! load to avoid the block index being spuriously rewound.
- //! @sa RewindBlockIndex
+ //! @sa NeedsRedownload
//! @sa ActivateSnapshot
uint32_t nStatus{0};