Readding pending_transactions_for_notifications, needed by the gui.

This commit is contained in:
ThomasV 2015-06-05 08:56:55 +02:00
parent 8cba57d999
commit 0b874b2bb0
1 changed files with 1 additions and 0 deletions

View File

@ -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: