Merge 2cedb42a92 into merged_master (Bitcoin PR bitcoin/bitcoin#29252)

This commit is contained in:
ivanlele 2026-02-20 11:47:18 +00:00
commit c38a7c5575
No known key found for this signature in database
33 changed files with 79 additions and 72 deletions

View file

@ -17,6 +17,7 @@
#include <interfaces/node.h>
#include <interfaces/wallet.h>
#include <kernel/chain.h>
#include <kernel/context.h>
#include <kernel/mempool_entry.h>
#include <logging.h>
#include <mapport.h>
@ -99,6 +100,7 @@ public:
if (!AppInitParameterInteraction(args())) return false;
m_context->kernel = std::make_unique<kernel::Context>();
m_context->ecc_context = std::make_unique<ECC_Context>();
if (!AppInitSanityChecks(*m_context->kernel)) return false;
if (!AppInitLockDataDirectory()) return false;