Rename "blackball" for clarity

Apparently some people seem to think it's a censorship list...
This commit is contained in:
moneromooo-monero
2018-10-18 18:05:51 +00:00
parent 5638b07d9f
commit 8d098ad508
7 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -6980,7 +6980,7 @@ void wallet2::get_outs(std::vector<std::vector<tools::wallet2::get_outs_entry>>
// outputs, we still need to reach the minimum ring size)
if (allow_blackballed)
break;
MINFO("Not enough non blackballed outputs, we'll allow blackballed ones");
MINFO("Not enough output not marked as spent, we'll allow outputs marked as spent");
allow_blackballed = true;
num_usable_outs = num_outs;
}