mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
[doc] Add comments for chainparams.h, validation.cpp
This commit is contained in:
@@ -25,6 +25,12 @@ struct CCheckpointData {
|
||||
MapCheckpoints mapCheckpoints;
|
||||
};
|
||||
|
||||
/**
|
||||
* Holds various statistics on transactions within a chain. Used to estimate
|
||||
* verification progress during chain sync.
|
||||
*
|
||||
* See also: CChainParams::TxData, GuessVerificationProgress.
|
||||
*/
|
||||
struct ChainTxData {
|
||||
int64_t nTime;
|
||||
int64_t nTxCount;
|
||||
|
||||
Reference in New Issue
Block a user