From 720ce880a355cf59a4f042a504750eb4e3ee68d3 Mon Sep 17 00:00:00 2001 From: Martin Zumsande Date: Mon, 7 Oct 2024 11:05:22 +0200 Subject: [PATCH] init: Improve comment describing chainstate load retry behaviour --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.cpp b/src/init.cpp index d947b1c26e1..2d3c118f1f3 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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,