forked from such-gitea/wownero
rpc: adjust ring size error message now that too high is also possible
This commit is contained in:
@@ -700,7 +700,7 @@ namespace cryptonote
|
|||||||
res.status = "Failed";
|
res.status = "Failed";
|
||||||
res.reason = "";
|
res.reason = "";
|
||||||
if ((res.low_mixin = tvc.m_low_mixin))
|
if ((res.low_mixin = tvc.m_low_mixin))
|
||||||
add_reason(res.reason, "ring size too small");
|
add_reason(res.reason, "bad ring size");
|
||||||
if ((res.double_spend = tvc.m_double_spend))
|
if ((res.double_spend = tvc.m_double_spend))
|
||||||
add_reason(res.reason, "double spend");
|
add_reason(res.reason, "double spend");
|
||||||
if ((res.invalid_input = tvc.m_invalid_input))
|
if ((res.invalid_input = tvc.m_invalid_input))
|
||||||
|
|||||||
Reference in New Issue
Block a user