mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-10 11:33:46 +02:00
init: Remove misleading log line when user chooses not to retry
It is bad, because it is both printed for non-GUI users and does not convey additional information. Co-authored-by: Martin Zumsande <mzumsande@gmail.com>
This commit is contained in:
@@ -1643,7 +1643,6 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info)
|
||||
error.original + ".\nPlease restart with -reindex or -reindex-chainstate to recover.",
|
||||
"", CClientUIInterface::MSG_ERROR | CClientUIInterface::BTN_ABORT);
|
||||
if (!do_retry) {
|
||||
LogError("Aborted block database rebuild. Exiting.\n");
|
||||
return false;
|
||||
}
|
||||
do_reindex = true;
|
||||
|
Reference in New Issue
Block a user