aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@gmail.com>2019-03-08 16:04:55 -0500
committerSuhas Daftuar <sdaftuar@gmail.com>2019-09-04 14:58:36 -0400
commitb83f51a4bbe29bf130a2b0c0e85e5bffea107f75 (patch)
treefe6f9338cd7afb463284f554452b73a1bb7a8208 /src/net.h
parente75c39cd425f8c4e5b6bbb2beecb9c80034fefe1 (diff)
downloadbitcoin-b83f51a4bbe29bf130a2b0c0e85e5bffea107f75.tar.xz
Add comment explaining intended use of m_tx_relay
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index 218dd67ba6..31f446cde9 100644
--- a/src/net.h
+++ b/src/net.h
@@ -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);