diff options
| author | Suhas Daftuar <[email protected]> | 2019-03-08 16:04:55 -0500 |
|---|---|---|
| committer | Suhas Daftuar <[email protected]> | 2019-09-04 14:58:36 -0400 |
| commit | b83f51a4bbe29bf130a2b0c0e85e5bffea107f75 (patch) | |
| tree | fe6f9338cd7afb463284f554452b73a1bb7a8208 /src | |
| parent | Check that tx_relay is initialized before access (diff) | |
| download | discoin-b83f51a4bbe29bf130a2b0c0e85e5bffea107f75.tar.xz discoin-b83f51a4bbe29bf130a2b0c0e85e5bffea107f75.zip | |
Add comment explaining intended use of m_tx_relay
Diffstat (limited to 'src')
| -rw-r--r-- | src/net.h | 1 |
1 files changed, 1 insertions, 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); |