File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ class CMainParams : public CChainParams {
173
173
// Data as of block 0000000000000000002d6cca6761c99b3c2e936f9a0e304b7c7651a993f461de (height 506081).
174
174
1516903077 , // * UNIX timestamp of last known number of transactions
175
175
295363220 , // * total number of transactions between genesis and that timestamp
176
- // (the tx=... number in the SetBestChain debug.log lines)
176
+ // (the tx=... number in the ChainStateFlushed debug.log lines)
177
177
3.5 // * estimated number of transactions per second after that timestamp
178
178
};
179
179
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ void Shutdown()
242
242
fFeeEstimatesInitialized = false ;
243
243
}
244
244
245
- // FlushStateToDisk generates a SetBestChain callback, which we should avoid missing
245
+ // FlushStateToDisk generates a ChainStateFlushed callback, which we should avoid missing
246
246
if (pcoinsTip != nullptr ) {
247
247
FlushStateToDisk ();
248
248
}
You can’t perform that action at this time.
0 commit comments