From 21f56805531c4b2954d0aaffa34c83f37ed8f9c0 Mon Sep 17 00:00:00 2001 From: Russell Yanofsky Date: Wed, 2 May 2018 10:02:48 -0400 Subject: Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106 --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/init.cpp') diff --git a/src/init.cpp b/src/init.cpp index 6423d8702..52b3ba19a 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(); } -- cgit v1.2.3