diff --git a/src/core/MoBenchmark.cpp b/src/core/MoBenchmark.cpp index 471b754a74..cbb1e4932b 100644 --- a/src/core/MoBenchmark.cpp +++ b/src/core/MoBenchmark.cpp @@ -56,6 +56,7 @@ void MoBenchmark::finish() { LOG_INFO("%s " BRIGHT_BLACK_BG(CYAN_BOLD_S " ALGO PERFORMANCE CALIBRATION COMPLETE "), Tags::benchmark()); m_controller->miner()->pause(); // do not compute anything before job from the pool JobResults::stop(); + JobResults::setListener(m_controller->network(), m_controller->config()->cpu().isHwAES()); m_controller->start(); }