Used to populate the m_chain_tx_count value, which is used during BlockManager::LoadBlockIndex().

Synopsis

Declared in <kernel/chainparams.h>

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.

Created with MrDocs