Skip to content

Commit b9d5eda

Browse files
committed
Don't upload addresses as they appear
- attempt to fix #1598
1 parent 6f35da4 commit b9d5eda

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/network/addrthread.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
import state
77
from helper_random import randomshuffle
8-
from network.assemble import assemble_addr
98
from network.connectionpool import BMConnectionPool
109
from queues import addrQueue
1110
from threads import StoppableThread
@@ -39,8 +38,6 @@ def run(self):
3938
if stream not in i.streams:
4039
continue
4140
filtered.append((stream, peer, seen))
42-
if filtered:
43-
i.append_write_buf(assemble_addr(filtered))
4441

4542
addrQueue.iterate()
4643
for i in range(len(chunk)):

0 commit comments

Comments
 (0)