Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106

This commit is contained in:
Russell Yanofsky
2018-05-02 10:02:48 -04:00
parent 598db389c3
commit 21f5680553
2 changed files with 2 additions and 2 deletions

View File

@@ -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();
}