We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee46a7 commit 99839bbCopy full SHA for 99839bb
src/chain.h
@@ -276,6 +276,12 @@ class CBlockIndex
276
*
277
* Does not imply the transactions are consensus-valid (ConnectTip might fail)
278
* Does not imply the transactions are still stored on disk. (IsBlockPruned might return true)
279
+ *
280
+ * Note that this will be true for the snapshot base block, if one is loaded (and
281
+ * all subsequent assumed-valid blocks) since its nChainTx value will have been set
282
+ * manually based on the related AssumeutxoData entry.
283
284
+ * TODO: potentially change the name of this based on the fact above.
285
*/
286
bool HaveTxsDownloaded() const { return nChainTx != 0; }
287
0 commit comments