From ff38e904055dcda2e95f670c2acd8f0f329fd01f Mon Sep 17 00:00:00 2001 From: SomberNight Date: Tue, 16 Jan 2018 17:10:54 +0100 Subject: [PATCH] revert adding handling of 'blockchain.address.subscribe' in network.py --- lib/network.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/network.py b/lib/network.py index 1a4d4143..739aa535 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