Merge 66aa6a47bd into merged_master (Bitcoin PR bitcoin/bitcoin#30391)

This commit is contained in:
ivanlele 2026-04-09 15:17:56 +00:00
commit 6bb16229de
No known key found for this signature in database
3 changed files with 28 additions and 3 deletions

View file

@ -491,6 +491,7 @@ void BlockAssembler::addPackageTxs(int& nPackagesSelected, int& nDescendantsUpda
}
++nPackagesSelected;
pblocktemplate->m_package_feerates.emplace_back(packageFees, static_cast<int32_t>(packageSize));
// Update transactions that depend on each of these
nDescendantsUpdated += UpdatePackagesForAdded(mempool, ancestors, mapModifiedTx);