mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 1e3ed01faa into merged_master (Bitcoin PR bitcoin/bitcoin#23416)
This commit is contained in:
commit
5b1a4e1dd3
1 changed files with 0 additions and 2 deletions
|
|
@ -505,8 +505,6 @@ void CTxMemPool::addUnchecked(const CTxMemPoolEntry &entry, setEntries &setAnces
|
|||
indexed_transaction_set::iterator newit = mapTx.insert(entry).first;
|
||||
|
||||
// Update transaction for any feeDelta created by PrioritiseTransaction
|
||||
// TODO: refactor so that the fee delta is calculated before inserting
|
||||
// into mapTx.
|
||||
CAmount delta{0};
|
||||
ApplyDelta(entry.GetTx().GetHash(), delta);
|
||||
if (delta) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue