C++ core with working memory pool
[electrum-server.git] / processor.py
index 446c37f..42b22d0 100644 (file)
@@ -41,7 +41,7 @@ class Processor(threading.Thread):
 
     def push_response(self, response):
         print "response", response
-        #self.dispatcher.request_dispatcher.push_response(response)
+        self.dispatcher.request_dispatcher.push_response(response)