Bitcoin ABC 0.30.3
P2P Digital Currency
|
Holds configuration for use during UTXO snapshot load and validation. More...
#include <chainparams.h>
Public Attributes | |
const AssumeutxoHash | hash_serialized |
The expected hash of the deserialized UTXO set. More... | |
const unsigned int | nChainTx |
Used to populate the nChainTx value, which is used during BlockManager::LoadBlockIndex(). More... | |
Holds configuration for use during UTXO snapshot load and validation.
The contents here are security critical, since they dictate which UTXO snapshots are recognized as valid.
Definition at line 46 of file chainparams.h.
const AssumeutxoHash AssumeutxoData::hash_serialized |
The expected hash of the deserialized UTXO set.
Definition at line 48 of file chainparams.h.
const unsigned int AssumeutxoData::nChainTx |
Used to populate the nChainTx value, which is used during BlockManager::LoadBlockIndex().
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.
Definition at line 56 of file chainparams.h.