mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-26 17:32:33 +00:00
Merge pull request #4789
0afdb00b
wallet2: fix print_ring printing double entries for transactions (moneromooo-monero)
This commit is contained in:
commit
20bf9b93dd
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue