Used to populate the m_chain_tx_count value, which is used during BlockManager::LoadBlockIndex().
Declared in <kernel/chainparams.h>
uint64_t m_chain_tx_count;
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.