mirror of
https://github.com/monero-project/monero.git
synced 2026-01-22 20:34:23 +01:00
Merge pull request #6288
0349347eringdb: use a different iv for key and data in rings table (moneromooo-monero)7b882087simplewallet: reword mixin in user message in terms of ring size (moneromooo-monero)f507a43awallet2: do not remove known rings when a tx fails (moneromooo-monero)
This commit is contained in:
@@ -1691,7 +1691,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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user