diff --git a/lib/network.py b/lib/network.py index 06b6db33..16e321fa 100644 --- a/lib/network.py +++ b/lib/network.py @@ -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