Merge pull request #4789

0afdb00b wallet2: fix print_ring printing double entries for transactions (moneromooo-monero)
pull/127/head
Riccardo Spagni 6 years ago
commit 20bf9b93dd
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -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_rings.clear();
for (const auto &in: tx.vin)
{
if (in.type() != typeid(cryptonote::txin_to_key))

Loading…
Cancel
Save