aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2020-01-09 12:54:43 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2020-01-09 17:32:21 +0000
commit7b88208722910a9c7f83676afa867c7896d1449d (patch)
tree0f73616150819192cc98eb6f5ff69d330edf2acf /src/simplewallet
parentwallet2: do not remove known rings when a tx fails (diff)
downloadmonero-7b88208722910a9c7f83676afa867c7896d1449d.tar.xz
simplewallet: reword mixin in user message in terms of ring size
Diffstat (limited to 'src/simplewallet')
-rw-r--r--src/simplewallet/simplewallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index a35ee40ae..30cf104ac 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -1690,7 +1690,7 @@ bool simple_wallet::print_ring(const std::vector<std::string> &args)
rings.push_back({key_image, ring});
else if (!m_wallet->get_rings(txid, rings))
{
- fail_msg_writer() << tr("Key image either not spent, or spent with mixin 0");
+ fail_msg_writer() << tr("Key image either not spent, or spent with ring size 1");
return true;
}