Improved daemon ZMQ mining stability

This commit is contained in:
SChernykh 2022-06-12 14:41:47 +02:00
parent 30641b1bdf
commit db9069897d

View file

@ -863,7 +863,7 @@ void xmrig::DaemonClient::ZMQParse()
LOG_DEBUG(CYAN("tcp-zmq://%s:%u") BLACK_BOLD(" read ") CYAN_BOLD("%zu") BLACK_BOLD(" bytes") " %s", m_pool.host().data(), m_pool.zmq_port(), msg.size() - 1, msg.data());
# endif
getBlockTemplate();
send(kGetHeight);
}