mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
Readding pending_transactions_for_notifications, needed by the gui.
This commit is contained in:
parent
8cba57d999
commit
0b874b2bb0
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue