Allow single-output Zephyr daemon templates
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user