doc: Remove fee delta TODO from txmempool.cpp

This commit is contained in:
MarcoFalke 2021-11-02 15:48:08 +01:00
parent 9e3f7dcaa2
commit fa32cc0682
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

View File

@ -422,8 +422,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) {