Added a fake merge mining node

This commit is contained in:
SChernykh
2023-11-15 18:51:32 +01:00
parent e6b8292d5b
commit d1fee33482
3 changed files with 34 additions and 2 deletions

View File

@@ -73,6 +73,7 @@ MergeMiningClient::MergeMiningClient(p2pool* pool, const std::string& host, cons
uv_loop_close(&m_loop);
throw std::exception();
}
m_timer.data = this;
err = uv_thread_create(&m_loopThread, loop, this);
if (err) {