Skip to content

Commit

Permalink
Add comment explaining intended use of m_tx_relay
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaftuar committed Sep 4, 2019
1 parent e75c39c commit b83f51a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/net.h
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ class CNode
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);
Expand Down

0 comments on commit b83f51a

Please sign in to comment.