mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 80fc1af096 into merged_master (Bitcoin PR bitcoin/bitcoin#26289)
This commit is contained in:
commit
80b3fcae86
9 changed files with 123 additions and 113 deletions
|
|
@ -674,12 +674,9 @@ public:
|
|||
LockPoints lp;
|
||||
std::set<std::pair<uint256, COutPoint>> setPeginsSpent;
|
||||
CTxMemPoolEntry entry(tx, 0, 0, 0, false, 0, lp, setPeginsSpent);
|
||||
CTxMemPool::setEntries ancestors;
|
||||
const CTxMemPool::Limits& limits{m_node.mempool->m_limits};
|
||||
std::string unused_error_string;
|
||||
LOCK(m_node.mempool->cs);
|
||||
return m_node.mempool->CalculateMemPoolAncestors(
|
||||
entry, ancestors, limits, unused_error_string);
|
||||
return m_node.mempool->CalculateMemPoolAncestors(entry, limits).has_value();
|
||||
}
|
||||
CFeeRate estimateSmartFee(int num_blocks, bool conservative, FeeCalculation* calc) override
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue