aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2018-05-02 10:02:48 -0400
committerRussell Yanofsky <russ@yanofsky.org>2018-05-02 10:02:48 -0400
commit21f56805531c4b2954d0aaffa34c83f37ed8f9c0 (patch)
treee171900ae40a391ebe8ed727f4baeeebb43f1dd6 /src/init.cpp
parent598db389c33e5e90783ef1223df2eeab095ed622 (diff)
downloadbitcoin-21f56805531c4b2954d0aaffa34c83f37ed8f9c0.tar.xz
Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 6423d87026..52b3ba19a5 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -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();
}