mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
tests: Stop g_txindex properly (#4205)
This commit is contained in:
parent
9fd284d637
commit
347985a8a3
@ -136,6 +136,8 @@ TestingSetup::~TestingSetup()
|
|||||||
{
|
{
|
||||||
llmq::InterruptLLMQSystem();
|
llmq::InterruptLLMQSystem();
|
||||||
llmq::StopLLMQSystem();
|
llmq::StopLLMQSystem();
|
||||||
|
g_txindex->Interrupt();
|
||||||
|
g_txindex->Stop();
|
||||||
g_txindex.reset();
|
g_txindex.reset();
|
||||||
threadGroup.interrupt_all();
|
threadGroup.interrupt_all();
|
||||||
threadGroup.join_all();
|
threadGroup.join_all();
|
||||||
|
Loading…
Reference in New Issue
Block a user