Skip to content

Commit cd09304

Browse files
MarcoFalkeTheCharlatan
authored andcommitted
init: Remove incorrect comment about shutdown condition
Shutdown is indeed called, and it being overkill does not make sense either.
1 parent 635e9f8 commit cd09304

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/init.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,6 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info)
16621662

16631663
// As LoadBlockIndex can take several minutes, it's possible the user
16641664
// requested to kill the GUI during the last operation. If so, exit.
1665-
// As the program has not fully started yet, Shutdown() is possibly overkill.
16661665
if (ShutdownRequested(node)) {
16671666
LogPrintf("Shutdown requested. Exiting.\n");
16681667
return false;

0 commit comments

Comments
 (0)