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
+1 -1
View File
@@ -371,7 +371,7 @@ namespace cryptonote
// enforce same mixin for all outputs
for (size_t i = 1; i < sources.size(); ++i) {
if (n_total_outs != sources[i].outputs.size()) {
LOG_ERROR("Non-simple ringct transaction has varying mixin");
LOG_ERROR("Non-simple ringct transaction has varying ring size");
return false;
}
}