mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-12 10:15:52 +00:00
Less debug spam when sending bloom filters to keep FP rate low.
This commit is contained in:
parent
350f2addd3
commit
13b2f2104c
@ -1513,7 +1513,7 @@ public class Peer extends PeerSocketHandler {
|
|||||||
if (ver == null || !ver.isBloomFilteringSupported())
|
if (ver == null || !ver.isBloomFilteringSupported())
|
||||||
return;
|
return;
|
||||||
vBloomFilter = filter;
|
vBloomFilter = filter;
|
||||||
log.info("{}: Sending Bloom filter{}", this, andQueryMemPool ? " and querying mempool" : "");
|
log.debug("{}: Sending Bloom filter{}", this, andQueryMemPool ? " and querying mempool" : "");
|
||||||
sendMessage(filter);
|
sendMessage(filter);
|
||||||
if (andQueryMemPool)
|
if (andQueryMemPool)
|
||||||
sendMessage(new MemoryPoolMessage());
|
sendMessage(new MemoryPoolMessage());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user