change mixin to ring size in user visible places

This commit is contained in:
moneromooo-monero
2017-07-31 07:50:41 +01:00
parent 62610a3a53
commit 61770ec2da
10 changed files with 67 additions and 63 deletions

View File

@@ -630,7 +630,7 @@ namespace cryptonote
}
res.status = "Failed";
if ((res.low_mixin = tvc.m_low_mixin))
res.reason = "mixin too low";
res.reason = "ring size too small";
if ((res.double_spend = tvc.m_double_spend))
res.reason = "double spend";
if ((res.invalid_input = tvc.m_invalid_input))