Skip to content

Commit fa32cc0

Browse files
author
MarcoFalke
committed
doc: Remove fee delta TODO from txmempool.cpp
1 parent 9e3f7dc commit fa32cc0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/txmempool.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,6 @@ void CTxMemPool::addUnchecked(const CTxMemPoolEntry &entry, setEntries &setAnces
422422
indexed_transaction_set::iterator newit = mapTx.insert(entry).first;
423423

424424
// Update transaction for any feeDelta created by PrioritiseTransaction
425-
// TODO: refactor so that the fee delta is calculated before inserting
426-
// into mapTx.
427425
CAmount delta{0};
428426
ApplyDelta(entry.GetTx().GetHash(), delta);
429427
if (delta) {

0 commit comments

Comments
 (0)