A potential rebase mistake: shouldn't add core nodes into the pool to connect

This commit is contained in:
Lee Miller 2025-02-16 03:17:02 +02:00
parent 78e14c1e62
commit d2dc2c6efc
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -217,7 +217,6 @@ class Manager(threading.Thread):
) as src:
reader = csv.reader(src)
shared.core_nodes = {(row[0], int(row[1])) for row in reader}
shared.node_pool.update(shared.core_nodes)
with open(
os.path.join(shared.source_directory, 'i2p_core_nodes.csv'),