mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +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::StopLLMQSystem();
|
||||
g_txindex->Interrupt();
|
||||
g_txindex->Stop();
|
||||
g_txindex.reset();
|
||||
threadGroup.interrupt_all();
|
||||
threadGroup.join_all();
|
||||
|
Loading…
Reference in New Issue
Block a user