aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorPatick Strateman <patrick.strateman@gmail.com>2015-11-14 05:12:31 -0800
committerPatick Strateman <patrick.strateman@gmail.com>2015-11-14 05:12:31 -0800
commit6a4982fb836e51ec01501f019ca8bce2b80e1267 (patch)
tree20161e234609fa837be6114d0063d4282726c5b8 /src/net.h
parent59441a044570c4298f19b6bd873c8769e3ec0ba0 (diff)
downloadbitcoin-6a4982fb836e51ec01501f019ca8bce2b80e1267.tar.xz
Fix fRelayTxs comment
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index a133818b4f..ebdbe77565 100644
--- a/src/net.h
+++ b/src/net.h
@@ -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;