mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 27e89bc2f5 into merged_master (Bitcoin PR bitcoin/bitcoin#26619)
This commit is contained in:
commit
ecab615ff5
4 changed files with 41 additions and 39 deletions
|
|
@ -100,7 +100,7 @@ public:
|
|||
void initParameterInteraction() override { InitParameterInteraction(args()); }
|
||||
bilingual_str getWarnings() override { return Join(Assert(m_context->warnings)->GetMessages(), Untranslated("<hr />")); }
|
||||
int getExitStatus() override { return Assert(m_context)->exit_status.load(); }
|
||||
uint32_t getLogCategories() override { return LogInstance().GetCategoryMask(); }
|
||||
BCLog::CategoryMask getLogCategories() override { return LogInstance().GetCategoryMask(); }
|
||||
bool baseInitialize() override
|
||||
{
|
||||
if (!AppInitBasicSetup(args(), Assert(context())->exit_status)) return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue