From 0b874b2bb03250584ef1bfc35f9151868595ffb7 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 5 Jun 2015 08:56:55 +0200 Subject: [PATCH] Readding pending_transactions_for_notifications, needed by the gui. --- lib/network_proxy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/network_proxy.py b/lib/network_proxy.py index e052181d..ca2dc221 100644 --- a/lib/network_proxy.py +++ b/lib/network_proxy.py @@ -40,6 +40,7 @@ class NetworkProxy(util.DaemonThread): self.subscriptions = {} self.debug = False self.lock = threading.Lock() + self.pending_transactions_for_notifications = [] self.callbacks = {} if socket: