mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 489b587669 into merged_master (Bitcoin PR bitcoin/bitcoin#25215)
This commit is contained in:
commit
fe8d041f9f
9 changed files with 29 additions and 26 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue