simplewallet: reword mixin in user message in terms of ring size

pull/235/head
moneromooo-monero 4 years ago
parent f507a43a23
commit 7b88208722
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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;
}

Loading…
Cancel
Save