mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106
This commit is contained in:
@@ -242,7 +242,7 @@ void Shutdown()
|
||||
fFeeEstimatesInitialized = false;
|
||||
}
|
||||
|
||||
// FlushStateToDisk generates a SetBestChain callback, which we should avoid missing
|
||||
// FlushStateToDisk generates a ChainStateFlushed callback, which we should avoid missing
|
||||
if (pcoinsTip != nullptr) {
|
||||
FlushStateToDisk();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user