mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 3f205808a5 into merged_master (Bitcoin PR #20605)
This commit is contained in:
commit
40b55f89b0
4 changed files with 112 additions and 14 deletions
|
|
@ -970,6 +970,9 @@ bool AppInitBasicSetup(const ArgsManager& args)
|
|||
// Enable heap terminate-on-corruption
|
||||
HeapSetInformation(nullptr, HeapEnableTerminationOnCorruption, nullptr, 0);
|
||||
#endif
|
||||
if (!InitShutdownState()) {
|
||||
return InitError(Untranslated("Initializing wait-for-shutdown state failed."));
|
||||
}
|
||||
|
||||
if (!SetupNetworking()) {
|
||||
return InitError(Untranslated("Initializing networking failed."));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue