Browse Source

Readding pending_transactions_for_notifications, needed by the gui.

283
ThomasV 10 years ago
parent
commit
0b874b2bb0
  1. 1
      lib/network_proxy.py

1
lib/network_proxy.py

@ -40,6 +40,7 @@ class NetworkProxy(util.DaemonThread):
self.subscriptions = {} self.subscriptions = {}
self.debug = False self.debug = False
self.lock = threading.Lock() self.lock = threading.Lock()
self.pending_transactions_for_notifications = []
self.callbacks = {} self.callbacks = {}
if socket: if socket:

Loading…
Cancel
Save