diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 00b096b88..5f6c1f20d 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -433,7 +433,7 @@ static void emplace_or_replace(std::unordered_multimapsecond.m_pd.m_tx_hash == pd.m_pd.m_tx_hash) + if (i->second.m_pd.m_tx_hash == pd.m_pd.m_tx_hash && i->second.m_pd.m_subaddr_index == pd.m_pd.m_subaddr_index) { i->second = pd; return;