mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 13:02:38 +02:00
Add comment explaining intended use of m_tx_relay
This commit is contained in:
parent
e75c39cd42
commit
b83f51a4bb
@ -733,6 +733,7 @@ public:
|
||||
int64_t nextSendTimeFeeFilter{0};
|
||||
};
|
||||
|
||||
// m_tx_relay == nullptr if we're not relaying transactions with this peer
|
||||
std::unique_ptr<TxRelay> m_tx_relay;
|
||||
// Used for headers announcements - unfiltered blocks to relay
|
||||
std::vector<uint256> vBlockHashesToAnnounce GUARDED_BY(cs_inventory);
|
||||
|
Loading…
Reference in New Issue
Block a user