Skip to content

Commit

Permalink
Merge branch 'eager_electron_5.1RC' into testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolse committed Sep 17, 2020
2 parents 30c76d5 + 1aebd96 commit ee7b31c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wallet/core/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,8 @@ namespace beam::wallet
{
pGuard.swap(it->second);
m_ActiveTransactions.erase(it);
m_NextTipTransactionToUpdate.erase(pGuard);
m_TransactionsToUpdate.erase(pGuard);
pGuard->FreeResources();
}

Expand Down

0 comments on commit ee7b31c

Please sign in to comment.