[#AssumeutxoData-m_chain_tx_count] = xref:AssumeutxoData.adoc[AssumeutxoData]::m_chain_tx_count :relfileprefix: ../ :mrdocs: Used to populate the m_chain_tx_count value, which is used during BlockManager::LoadBlockIndex(). == Synopsis Declared in `<kernel/chainparams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint64_t m_chain_tx_count; ---- == Description We need to hardcode the value here because this is computed cumulatively using block data, which we do not necessarily have at the time of snapshot load. [.small]#Created with https://www.mrdocs.com[MrDocs]#