diff options
author | Russell Yanofsky <russ@yanofsky.org> | 2018-05-02 10:02:48 -0400 |
---|---|---|
committer | Russell Yanofsky <russ@yanofsky.org> | 2018-05-02 10:02:48 -0400 |
commit | 21f56805531c4b2954d0aaffa34c83f37ed8f9c0 (patch) | |
tree | e171900ae40a391ebe8ed727f4baeeebb43f1dd6 /src/init.cpp | |
parent | 598db389c33e5e90783ef1223df2eeab095ed622 (diff) |
Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
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(); } |