Merge c1223188e0 into merged_master (Bitcoin PR bitcoin/bitcoin#29672)

This commit is contained in:
ivanlele 2026-02-16 17:10:14 +00:00
commit 09403d5a37
No known key found for this signature in database
15 changed files with 56 additions and 61 deletions

View file

@ -1905,7 +1905,7 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info)
// Start indexes initial sync
if (!StartIndexBackgroundSync(node)) {
bilingual_str err_str = _("Failed to start indexes, shutting down..");
chainman.GetNotifications().fatalError(err_str.original, err_str);
chainman.GetNotifications().fatalError(err_str);
return;
}
// Load mempool from disk