mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge c1223188e0 into merged_master (Bitcoin PR bitcoin/bitcoin#29672)
This commit is contained in:
commit
09403d5a37
15 changed files with 56 additions and 61 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue