mirror of
https://github.com/monero-project/monero.git
synced 2026-01-06 17:53:54 -08:00
Merge pull request #4735
73e504c1rpc: adjust ring size error message now that too high is also possible (moneromooo-monero)a5ca7f4fcore: fix unmixable special case allowing ring size below 11 (moneromooo-monero)
This commit is contained in:
@@ -701,7 +701,7 @@ namespace cryptonote
|
||||
res.status = "Failed";
|
||||
res.reason = "";
|
||||
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))
|
||||
add_reason(res.reason, "double spend");
|
||||
if ((res.invalid_input = tvc.m_invalid_input))
|
||||
|
||||
Reference in New Issue
Block a user