diff --git a/lib/network.py b/lib/network.py index 5c49042d..8d6608a2 100644 --- a/lib/network.py +++ b/lib/network.py @@ -50,6 +50,7 @@ class Network(threading.Thread): self.queue = Queue.Queue() self.callbacks = {} self.protocol = self.config.get('protocol','s') + self.running = False # Server for addresses and transactions self.default_server = self.config.get('server')