aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2018-05-03 12:38:00 +0200
committerWladimir J. van der Laan <[email protected]>2018-05-03 12:40:08 +0200
commit11adab39e6019935aa3abe1d8b3cb64cfc1472ce (patch)
tree13cf237de14fe70e896de481e46de0d67cd44dc9 /src/init.cpp
parentMerge #12729: Get rid of ambiguous OutputType::NONE value (diff)
parentTrivial: s/SetBestChain/ChainStateFlushed in comments after #13106 (diff)
downloaddiscoin-11adab39e6019935aa3abe1d8b3cb64cfc1472ce.tar.xz
discoin-11adab39e6019935aa3abe1d8b3cb64cfc1472ce.zip
Merge #13154: Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106
21f5680 Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106 (Russell Yanofsky) Pull request description: Tree-SHA512: 373896dd73c3ba202739433b22320a4b7ea6dc80ef84547b4ed72c7ae0d6746b109c8b1879359c43374d1816fe384cc31b24b87879ddefe993887140c2f0df9c
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 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();
}