Add comment explaining intended use of m_tx_relay
This commit is contained in:
parent
e75c39cd42
commit
b83f51a4bb
1 changed files with 1 additions and 0 deletions
|
@ -733,6 +733,7 @@ public:
|
||||||
int64_t nextSendTimeFeeFilter{0};
|
int64_t nextSendTimeFeeFilter{0};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// m_tx_relay == nullptr if we're not relaying transactions with this peer
|
||||||
std::unique_ptr<TxRelay> m_tx_relay;
|
std::unique_ptr<TxRelay> m_tx_relay;
|
||||||
// Used for headers announcements - unfiltered blocks to relay
|
// Used for headers announcements - unfiltered blocks to relay
|
||||||
std::vector<uint256> vBlockHashesToAnnounce GUARDED_BY(cs_inventory);
|
std::vector<uint256> vBlockHashesToAnnounce GUARDED_BY(cs_inventory);
|
||||||
|
|
Loading…
Reference in a new issue