Skip to content

Commit f35ffe2

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/network/addrthread.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ def run(self):
3939
if stream not in i.streams:
4040
continue
4141
filtered.append((stream, peer, seen))
42-
if filtered:
43-
i.append_write_buf(assemble_addr(filtered))
4442

4543
addrQueue.iterate()
4644
for i in range(len(chunk)):

0 commit comments

Comments
 (0)