mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
node: Add args alias for gArgs global
This commit is contained in:
parent
4bd6bc5cb4
commit
fad4fa7e2f
7 changed files with 14 additions and 6 deletions
|
|
@ -159,6 +159,7 @@ TestingSetup::~TestingSetup()
|
|||
g_rpc_node = nullptr;
|
||||
m_node.connman.reset();
|
||||
m_node.banman.reset();
|
||||
m_node.args = nullptr;
|
||||
m_node.mempool = nullptr;
|
||||
m_node.scheduler.reset();
|
||||
UnloadBlockIndex();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue