mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 8d39c636aa into merged_master (Bitcoin PR #16952)
This commit is contained in:
commit
ff55bb704c
1 changed files with 1 additions and 0 deletions
|
|
@ -4017,6 +4017,7 @@ DBErrors CWallet::ZapSelectTx(std::vector<uint256>& vHashIn, std::vector<uint256
|
|||
const auto& it = mapWallet.find(hash);
|
||||
wtxOrdered.erase(it->second.m_it_wtxOrdered);
|
||||
mapWallet.erase(it);
|
||||
NotifyTransactionChanged(this, hash, CT_DELETED);
|
||||
}
|
||||
|
||||
if (nZapSelectTxRet == DBErrors::NEED_REWRITE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue