mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 7110d455eb into merged_master (Bitcoin PR #12980)
This commit is contained in:
commit
96169f79e3
3 changed files with 3 additions and 0 deletions
|
|
@ -1586,6 +1586,7 @@ bool AppInitMain(InitInterfaces& interfaces)
|
|||
// Note that it also sets fReindex based on the disk flag!
|
||||
// From here on out fReindex and fReset mean something different!
|
||||
if (!LoadBlockIndex(chainparams)) {
|
||||
if (ShutdownRequested()) break;
|
||||
strLoadError = _("Error loading block database");
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue