mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
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};
|
||||
};
|
||||
|
||||
// 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…
Add table
Add a link
Reference in a new issue