mempool subscribe works with outputs of transactions.
[electrum-server.git] / processor.py
index be61c73..446c37f 100644 (file)
@@ -40,7 +40,8 @@ class Processor(threading.Thread):
         pass
 
     def push_response(self, response):
-        self.dispatcher.request_dispatcher.push_response(response)
+        print "response", response
+        #self.dispatcher.request_dispatcher.push_response(response)