Merge pull request #2231

61770ec2 change mixin to ring size in user visible places (moneromooo-monero)
This commit is contained in:
Riccardo Spagni
2017-08-07 22:53:15 +02:00
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;
}
}