diff options
| author | Patick Strateman <[email protected]> | 2015-11-14 05:12:31 -0800 |
|---|---|---|
| committer | Patick Strateman <[email protected]> | 2015-11-14 05:12:31 -0800 |
| commit | 6a4982fb836e51ec01501f019ca8bce2b80e1267 (patch) | |
| tree | 20161e234609fa837be6114d0063d4282726c5b8 /src | |
| parent | Display DEFAULT_WHITELISTALWAYSRELAY in help text (diff) | |
| download | discoin-6a4982fb836e51ec01501f019ca8bce2b80e1267.tar.xz discoin-6a4982fb836e51ec01501f019ca8bce2b80e1267.zip | |
Fix fRelayTxs comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |