node: Add args alias for gArgs global

This commit is contained in:
MarcoFalke 2020-04-08 19:47:56 -04:00
parent 4bd6bc5cb4
commit fad4fa7e2f
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
7 changed files with 14 additions and 6 deletions

View file

@ -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();