Remove m_all_conflicts from SubPackageState

This commit is contained in:
Suhas Daftuar
2024-10-24 20:29:42 -04:00
parent d3c8e7dfb6
commit 83f814b1d1
2 changed files with 14 additions and 14 deletions

View File

@@ -804,6 +804,8 @@ public:
TxHandle StageAddition(const CTransactionRef& tx, const CAmount fee, int64_t time, unsigned int entry_height, uint64_t entry_sequence, bool spends_coinbase, int64_t sigops_cost, LockPoints lp);
void StageRemoval(CTxMemPool::txiter it) { m_to_remove.insert(it); }
const CTxMemPool::setEntries& GetRemovals() const { return m_to_remove; }
util::Result<CTxMemPool::setEntries> CalculateMemPoolAncestors(TxHandle tx, const Limits& limits)
{
// Look up transaction in our cache first