Skip to content

Commit

Permalink
Fix fRelayTxs comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pstratem committed Nov 14, 2015
1 parent 59441a0 commit 6a4982f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net.h
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ class CNode
// 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;
Expand Down

0 comments on commit 6a4982f

Please sign in to comment.