We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59441a0 commit 6a4982fCopy full SHA for 6a4982f
src/net.h
@@ -344,7 +344,7 @@ class CNode
344
// We use fRelayTxes for two purposes -
345
// a) it allows us to not relay tx invs before receiving the peer's version message
346
// b) the peer may tell us in its version message that we should not relay tx invs
347
- // until it has initialized its bloom filter.
+ // unless it loads a bloom filter.
348
bool fRelayTxes;
349
CSemaphoreGrant grantOutbound;
350
CCriticalSection cs_filter;
0 commit comments