aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2026-05-28 21:30:10 +0000
committertobtoht <tob@featherwallet.org>2026-05-28 21:30:10 +0000
commit9da54d01008fc4c9ca1662e0210b479395c850e9 (patch)
tree039dcb4b2a27ef6e8cda8a54e25eaf49309f27df
parent52ebef43d72a64af7bda398ce7cf725779ae98b6 (diff)
parent4b00f47d43d784447904d777f220a525044a3374 (diff)
downloadmonzero-core-9da54d01008fc4c9ca1662e0210b479395c850e9.tar.gz
monzero-core-9da54d01008fc4c9ca1662e0210b479395c850e9.tar.xz
monzero-core-9da54d01008fc4c9ca1662e0210b479395c850e9.zip
Merge pull request #10633
4b00f47 wallet2: clear m_additional_tx_keys during bg sync (selsta)
-rw-r--r--src/wallet/wallet2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp
index 66b3f1bfc..4c8d54f61 100644
--- a/src/wallet/wallet2.cpp
+++ b/src/wallet/wallet2.cpp
@@ -4582,6 +4582,7 @@ void wallet2::clear_user_data()
for (auto i = m_transfers.begin(); i != m_transfers.end(); ++i)
i->m_frozen = false;
m_tx_keys.clear();
+ m_additional_tx_keys.clear();
m_tx_notes.clear();
m_address_book.clear();
m_subaddress_labels.clear();