Readding pending_transactions_for_notifications, needed by the gui.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user