aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-10-18 18:05:51 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-10-18 18:45:45 +0000
commit99cd6f961a15d5a16668be44c200b5f78024e618 (patch)
treef4eb35c7fb338a0a80178c33b5a42c3865825ce5 /src/wallet/wallet2.cpp
parentMerge pull request #4610 (diff)
downloadmonero-99cd6f961a15d5a16668be44c200b5f78024e618.tar.xz
Rename "blackball" for clarity
Apparently some people seem to think it's a censorship list...
Diffstat (limited to '')
-rw-r--r--src/wallet/wallet2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp
index d774c54c0..893642af7 100644
--- a/src/wallet/wallet2.cpp
+++ b/src/wallet/wallet2.cpp
@@ -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;
}