mirror of
https://github.com/monero-project/monero.git
synced 2024-12-14 04:16:32 +02:00
Merge pull request #4789
0afdb00b
wallet2: fix print_ring printing double entries for transactions (moneromooo-monero)
This commit is contained in:
commit
20bf9b93dd
@ -1929,6 +1929,7 @@ void wallet2::process_outgoing(const crypto::hash &txid, const cryptonote::trans
|
|||||||
entry.first->second.m_subaddr_indices = subaddr_indices;
|
entry.first->second.m_subaddr_indices = subaddr_indices;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
entry.first->second.m_rings.clear();
|
||||||
for (const auto &in: tx.vin)
|
for (const auto &in: tx.vin)
|
||||||
{
|
{
|
||||||
if (in.type() != typeid(cryptonote::txin_to_key))
|
if (in.type() != typeid(cryptonote::txin_to_key))
|
||||||
|
Loading…
Reference in New Issue
Block a user