mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Pass mempool pointer to UnloadBlockIndex
This commit is contained in:
parent
faec851b6e
commit
fac674db20
5 changed files with 6 additions and 6 deletions
|
|
@ -182,9 +182,9 @@ TestingSetup::~TestingSetup()
|
|||
m_node.connman.reset();
|
||||
m_node.banman.reset();
|
||||
m_node.args = nullptr;
|
||||
UnloadBlockIndex(m_node.mempool);
|
||||
m_node.mempool = nullptr;
|
||||
m_node.scheduler.reset();
|
||||
UnloadBlockIndex();
|
||||
m_node.chainman->Reset();
|
||||
m_node.chainman = nullptr;
|
||||
pblocktree.reset();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue