mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 66aa6a47bd into merged_master (Bitcoin PR bitcoin/bitcoin#30391)
This commit is contained in:
commit
6bb16229de
3 changed files with 28 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue