diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-10-20 20:36:58 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-10-20 20:36:58 +0200 |
commit | bdd32bc2b21ed09726194b7f7e811a736a90fe81 (patch) | |
tree | c8f5acd9546cebae6df5689feae471b93459664f /src/wallet/wallet2.cpp | |
parent | Merge pull request #4637 (diff) | |
parent | Rename "blackball" for clarity (diff) | |
download | monero-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.cpp | 2 |
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; } |