aboutsummaryrefslogtreecommitdiff
path: root/src/node
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2021-12-23 16:41:53 -0500
committerCarl Dong <contact@carldong.me>2021-12-23 17:20:46 -0500
commit1dd582782d3c182aa952f23ec577f6a0a8672e7b (patch)
treeaa24039269bfed9541f2b0ac3260f509e342aa31 /src/node
parent6b83576388e205116a0ebc67b9949f309eea1207 (diff)
downloadbitcoin-1dd582782d3c182aa952f23ec577f6a0a8672e7b.tar.xz
docs: Make LoadChainstate comment more accurate
Diffstat (limited to 'src/node')
-rw-r--r--src/node/chainstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/chainstate.h b/src/node/chainstate.h
index 11278a0991..4df917a281 100644
--- a/src/node/chainstate.h
+++ b/src/node/chainstate.h
@@ -50,7 +50,7 @@ enum class ChainstateLoadingError {
* this sequence, when we explicitly checked shutdown_requested() at
* arbitrary points, one of those calls returned true". Therefore, a
* return value other than SHUTDOWN_PROBED does not guarantee that
- * shutdown_requested() hasn't been called indirectly.
+ * shutdown hasn't been called indirectly.
* - else
* - Success!
*/