BUGFIX: confirmations & payment_history fixes.
[electrum-server.git] / processor.py
index be61c73..42b22d0 100644 (file)
@@ -40,6 +40,7 @@ class Processor(threading.Thread):
         pass
 
     def push_response(self, response):
+        print "response", response
         self.dispatcher.request_dispatcher.push_response(response)