mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge c001da306b into merged_master (Bitcoin PR bitcoin/bitcoin#23325)
This commit is contained in:
commit
8299bec8a2
9 changed files with 31 additions and 30 deletions
|
|
@ -555,7 +555,7 @@ public:
|
|||
{
|
||||
if (!m_node.mempool) return false;
|
||||
LOCK(m_node.mempool->cs);
|
||||
return m_node.mempool->exists(txid);
|
||||
return m_node.mempool->exists(GenTxid::Txid(txid));
|
||||
}
|
||||
bool hasDescendantsInMempool(const uint256& txid) override
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue