From 6548999a49a1943fc4c17cd51584e831b1610db7 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Mon, 2 Oct 2017 08:02:29 +0200 Subject: [PATCH] Dandelion fix - thanks to g1itch for reporting - addresses #1049 --- src/network/invthread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/invthread.py b/src/network/invthread.py index 574e8a3a..cbed7a70 100644 --- a/src/network/invthread.py +++ b/src/network/invthread.py @@ -35,7 +35,7 @@ class InvThread(threading.Thread, StoppableThread): data = invQueue.get(False) # locally generated if len(data) == 2: - DandelionStems.add(data[1], None, self.dandelionRoutes) + DandelionStems().add(data[1], None, self.dandelionRoutes) BMConnectionPool().handleReceivedObject(data[0], data[1]) # came over the network else: