mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
init: Improve comment describing chainstate load retry behaviour
This commit is contained in:
parent
baea842ff1
commit
720ce880a3
1 changed files with 1 additions and 1 deletions
|
@ -1179,7 +1179,7 @@ bool CheckHostPortOptions(const ArgsManager& args) {
|
|||
return true;
|
||||
}
|
||||
|
||||
// A GUI user may opt to retry once if there is a failure during chainstate initialization.
|
||||
// A GUI user may opt to retry once with do_reindex set if there is a failure during chainstate initialization.
|
||||
// The function therefore has to support re-entry.
|
||||
static ChainstateLoadResult InitAndLoadChainstate(
|
||||
NodeContext& node,
|
||||
|
|
Loading…
Add table
Reference in a new issue