mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
tree-wide: clang-format CTxMemPool references
[META] Do this so that we can more easily grep for all actual instances
of CTxMemPool construction.
This commit is contained in:
parent
7008087548
commit
03574b956a
2 changed files with 4 additions and 4 deletions
|
|
@ -4628,7 +4628,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