mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 9ecc7af41f into merged_master (Bitcoin PR bitcoin/bitcoin#31674)
This commit is contained in:
commit
aaaedd07d4
6 changed files with 46 additions and 24 deletions
|
|
@ -116,7 +116,7 @@ public:
|
|||
m_context->ecc_context = std::make_unique<ECC_Context>();
|
||||
if (!AppInitSanityChecks(*m_context->kernel)) return false;
|
||||
|
||||
if (!AppInitLockDataDirectory()) return false;
|
||||
if (!AppInitLockDirectories()) return false;
|
||||
if (!AppInitInterfaces(*m_context)) return false;
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue