mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
revert adding handling of 'blockchain.address.subscribe' in network.py
This commit is contained in:
parent
c79662fbce
commit
ff38e90405
1 changed files with 0 additions and 3 deletions
|
@ -604,9 +604,6 @@ class Network(util.DaemonThread):
|
|||
elif method == 'blockchain.scripthash.subscribe':
|
||||
response['params'] = [params[0]] # addr
|
||||
response['result'] = params[1]
|
||||
elif method == 'blockchain.address.subscribe':
|
||||
response['params'] = [params[0]]
|
||||
response['result'] = params[1]
|
||||
callbacks = self.subscriptions.get(k, [])
|
||||
|
||||
# update cache if it's a subscription
|
||||
|
|
Loading…
Add table
Reference in a new issue