aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2022-09-26 14:51:54 -0500
committerluigi1111 <luigi1111w@gmail.com>2022-09-26 14:51:54 -0500
commitfdb31856dd8782c1100cadf88d3b0071a4dd7e0d (patch)
treedd316915f51aaae8d711832b0bc40374dd822ba5 /tests
parentMerge pull request #8545 (diff)
parentSecond thread pool for IO (diff)
downloadmonero-fdb31856dd8782c1100cadf88d3b0071a4dd7e0d.tar.xz
Merge pull request #8577
6adf03c Second thread pool for IO (SChernykh)
Diffstat (limited to 'tests')
-rw-r--r--tests/core_tests/chaingen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_tests/chaingen.h b/tests/core_tests/chaingen.h
index 5c8c9f79f..d5c9edc55 100644
--- a/tests/core_tests/chaingen.h
+++ b/tests/core_tests/chaingen.h
@@ -778,7 +778,7 @@ inline bool do_replay_events_get_core(std::vector<test_event_entry>& events, cry
t_test_class validator;
bool ret = replay_events_through_core<t_test_class>(c, events, validator);
- tools::threadpool::getInstance().recycle();
+ tools::threadpool::getInstanceForCompute().recycle();
// c.deinit();
return ret;
}