Skip to content

Commit

Permalink
fix: clear cachedWallet before filling it in refreshWallet
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Dec 6, 2024
1 parent 909a72c commit 03517a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/transactiontablemodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ class TransactionTablePriv
{
parent->beginResetModel();
assert(!m_loaded || force);
cachedWallet.clear();
try {
for (const auto& wtx : wallet.getWalletTxs()) {
if (TransactionRecord::showTransaction()) {
Expand Down

0 comments on commit 03517a3

Please sign in to comment.