mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge caff95a023 into merged_master (Bitcoin PR bitcoin/bitcoin#27896)
This commit is contained in:
commit
e999ab6070
28 changed files with 5 additions and 1177 deletions
|
|
@ -95,7 +95,7 @@ public:
|
|||
bool baseInitialize() override
|
||||
{
|
||||
if (!AppInitBasicSetup(args(), Assert(context())->exit_status)) return false;
|
||||
if (!AppInitParameterInteraction(args(), /*use_syscall_sandbox=*/false)) return false;
|
||||
if (!AppInitParameterInteraction(args())) return false;
|
||||
|
||||
m_context->kernel = std::make_unique<kernel::Context>();
|
||||
if (!AppInitSanityChecks(*m_context->kernel)) return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue