mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Consider all orphan txn for compact-block-extra-txn cache
This commit is contained in:
@@ -626,6 +626,8 @@ bool AddOrphanTx(const CTransactionRef& tx, NodeId peer) EXCLUSIVE_LOCKS_REQUIRE
|
|||||||
mapOrphanTransactionsByPrev[txin.prevout].insert(ret.first);
|
mapOrphanTransactionsByPrev[txin.prevout].insert(ret.first);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
AddToCompactExtraTransactions(tx);
|
||||||
|
|
||||||
LogPrint("mempool", "stored orphan tx %s (mapsz %u outsz %u)\n", hash.ToString(),
|
LogPrint("mempool", "stored orphan tx %s (mapsz %u outsz %u)\n", hash.ToString(),
|
||||||
mapOrphanTransactions.size(), mapOrphanTransactionsByPrev.size());
|
mapOrphanTransactions.size(), mapOrphanTransactionsByPrev.size());
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user