mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 18:11:03 +00:00
simplewallet: reword mixin in user message in terms of ring size
This commit is contained in:
parent
f507a43a23
commit
7b88208722
1 changed files with 1 additions and 1 deletions
|
@ -1690,7 +1690,7 @@ bool simple_wallet::print_ring(const std::vector<std::string> &args)
|
||||||
rings.push_back({key_image, ring});
|
rings.push_back({key_image, ring});
|
||||||
else if (!m_wallet->get_rings(txid, rings))
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue