mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 08ea835220 into merged_master (Bitcoin PR bitcoin/bitcoin#28583)
This commit is contained in:
commit
69492d27da
46 changed files with 165 additions and 164 deletions
|
|
@ -1102,7 +1102,7 @@ void CCoinsViewMemPool::PackageAddTransaction(const CTransactionRef& tx)
|
|||
{
|
||||
for (unsigned int n = 0; n < tx->vout.size(); ++n) {
|
||||
m_temp_added.emplace(COutPoint(tx->GetHash(), n), Coin(tx->vout[n], MEMPOOL_HEIGHT, false));
|
||||
m_non_base_coins.emplace(COutPoint(tx->GetHash(), n));
|
||||
m_non_base_coins.emplace(tx->GetHash(), n);
|
||||
}
|
||||
}
|
||||
void CCoinsViewMemPool::Reset()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue