aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-10-20 20:36:58 +0200
committerRiccardo Spagni <ric@spagni.net>2018-10-20 20:36:58 +0200
commitbdd32bc2b21ed09726194b7f7e811a736a90fe81 (patch)
treec8f5acd9546cebae6df5689feae471b93459664f /src/wallet/wallet2.cpp
parentMerge pull request #4637 (diff)
parentRename "blackball" for clarity (diff)
downloadmonero-bdd32bc2b21ed09726194b7f7e811a736a90fe81.tar.xz
Merge pull request #4650
99cd6f96 Rename "blackball" for clarity (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet2.cpp')
-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;
}