diff options
| author | tobtoht <tob@featherwallet.org> | 2026-05-28 21:30:10 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-05-28 21:30:10 +0000 |
| commit | 9da54d01008fc4c9ca1662e0210b479395c850e9 (patch) | |
| tree | 039dcb4b2a27ef6e8cda8a54e25eaf49309f27df /src/wallet | |
| parent | 52ebef43d72a64af7bda398ce7cf725779ae98b6 (diff) | |
| parent | 4b00f47d43d784447904d777f220a525044a3374 (diff) | |
| download | monzero-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)
Diffstat (limited to 'src/wallet')
| -rw-r--r-- | src/wallet/wallet2.cpp | 1 |
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(); |
