diff options
author | Carl Dong <contact@carldong.me> | 2021-12-23 16:41:53 -0500 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2021-12-23 17:20:46 -0500 |
commit | 1dd582782d3c182aa952f23ec577f6a0a8672e7b (patch) | |
tree | aa24039269bfed9541f2b0ac3260f509e342aa31 /src/node/chainstate.h | |
parent | 6b83576388e205116a0ebc67b9949f309eea1207 (diff) |
docs: Make LoadChainstate comment more accurate
Diffstat (limited to 'src/node/chainstate.h')
-rw-r--r-- | src/node/chainstate.h | 2 |
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! */ |