Merge 489b587669 into merged_master (Bitcoin PR bitcoin/bitcoin#25215)

This commit is contained in:
James Dorfman 2024-09-10 20:19:35 +00:00
commit fe8d041f9f
9 changed files with 29 additions and 26 deletions

View file

@ -4699,7 +4699,7 @@ void PeerManagerImpl::MaybeSendFeefilter(CNode& pto, Peer& peer, std::chrono::mi
namespace {
class CompareInvMempoolOrder
{
CTxMemPool *mp;
CTxMemPool* mp;
bool m_wtxid_relay;
public:
explicit CompareInvMempoolOrder(CTxMemPool *_mempool, bool use_wtxid)