Allow single-output Zephyr daemon templates

This commit is contained in:
Codex Bot
2026-03-30 09:37:59 +02:00
parent 33359279a5
commit 3c3dadcb8b

View File

@@ -265,7 +265,7 @@ bool xmrig::BlockTemplate::parse(bool hashes)
ar(m_numOutputs);
if (m_coin == Coin::ZEPHYR) {
if (m_numOutputs < 2) {
if (m_numOutputs < 1) {
return false;
}
}