Skip to content

Commit b83f51a

Browse files
committed
Add comment explaining intended use of m_tx_relay
1 parent e75c39c commit b83f51a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/net.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,7 @@ class CNode
733733
int64_t nextSendTimeFeeFilter{0};
734734
};
735735

736+
// m_tx_relay == nullptr if we're not relaying transactions with this peer
736737
std::unique_ptr<TxRelay> m_tx_relay;
737738
// Used for headers announcements - unfiltered blocks to relay
738739
std::vector<uint256> vBlockHashesToAnnounce GUARDED_BY(cs_inventory);

0 commit comments

Comments
 (0)