Skip to content

Commit

Permalink
refactor: Remove dublicate threadGroup shutdown sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
fjahr committed Mar 16, 2020
1 parent 68b1cc8 commit 90d1c08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/txindex_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ BOOST_FIXTURE_TEST_CASE(txindex_initial_sync, TestChain100Setup)

// txindex job may be scheduled, so stop scheduler before destructing
m_node.scheduler->stop();
threadGroup.interrupt_all();
threadGroup.join_all();

// Rest of shutdown sequence and destructors happen in ~TestingSetup()
}
Expand Down

0 comments on commit 90d1c08

Please sign in to comment.