mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
chainparams: Update with data from assumed valid chain
This commit is contained in:
@@ -32,9 +32,9 @@ struct CCheckpointData {
|
||||
* See also: CChainParams::TxData, GuessVerificationProgress.
|
||||
*/
|
||||
struct ChainTxData {
|
||||
int64_t nTime;
|
||||
int64_t nTxCount;
|
||||
double dTxRate;
|
||||
int64_t nTime; //!< UNIX timestamp of last known number of transactions
|
||||
int64_t nTxCount; //!< total number of transactions between genesis and that timestamp
|
||||
double dTxRate; //!< estimated number of transactions per second after that timestamp
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user