You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor, miner: Delete call to UpdatePackagesForAdded at beginning of addPackageTxs
Summary:
```
In CreateNewBlock (in miner.cpp), inBlock is cleared before addPackageTxs, so inBlock will be empty in the first call to UpdatePackagesForAdded
```
Since this is the only callsite, there is no change in behavior.
Backport of [[bitcoin/bitcoin#24934 | core#24934]].
Depends on D12954.
Test Plan:
ninja all check-all
Reviewers: #bitcoin_abc, sdulfari
Reviewed By: #bitcoin_abc, sdulfari
Differential Revision: https://reviews.bitcoinabc.org/D12955
0 commit comments