Skip to content

Commit 6a4982f

Browse files
committed
Fix fRelayTxs comment
1 parent 59441a0 commit 6a4982f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ class CNode
344344
// We use fRelayTxes for two purposes -
345345
// a) it allows us to not relay tx invs before receiving the peer's version message
346346
// 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.
347+
// unless it loads a bloom filter.
348348
bool fRelayTxes;
349349
CSemaphoreGrant grantOutbound;
350350
CCriticalSection cs_filter;

0 commit comments

Comments
 (0)