File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ class CBlockIndex
178
178
// ! Verification status of this block. See enum BlockStatus
179
179
// !
180
180
// ! Note: this value is modified to show BLOCK_OPT_WITNESS during UTXO snapshot
181
- // ! load to avoid the block index being spuriously rewound .
181
+ // ! load to avoid a spurious startup failure requiring -reindex .
182
182
// ! @sa NeedsRedownload
183
183
// ! @sa ActivateSnapshot
184
184
uint32_t nStatus GUARDED_BY (::cs_main){0 };
Original file line number Diff line number Diff line change @@ -6014,7 +6014,7 @@ util::Result<void> ChainstateManager::PopulateAndValidateSnapshot(
6014
6014
index = snapshot_chainstate.m_chain [i];
6015
6015
6016
6016
// Fake BLOCK_OPT_WITNESS so that Chainstate::NeedsRedownload()
6017
- // won't ask to rewind the entire assumed-valid chain on startup.
6017
+ // won't ask for -reindex on startup.
6018
6018
if (DeploymentActiveAt (*index, *this , Consensus::DEPLOYMENT_SEGWIT)) {
6019
6019
index->nStatus |= BLOCK_OPT_WITNESS;
6020
6020
}
You can’t perform that action at this time.
0 commit comments