Browse Source

Fix fRelayTxs comment

0.13
Patick Strateman 9 years ago
parent
commit
6a4982fb83
  1. 2
      src/net.h

2
src/net.h

@ -344,7 +344,7 @@ public: @@ -344,7 +344,7 @@ public:
// We use fRelayTxes for two purposes -
// a) it allows us to not relay tx invs before receiving the peer's version message
// b) the peer may tell us in its version message that we should not relay tx invs
// until it has initialized its bloom filter.
// unless it loads a bloom filter.
bool fRelayTxes;
CSemaphoreGrant grantOutbound;
CCriticalSection cs_filter;

Loading…
Cancel
Save