notification
[electrum-server.git] / backends / abe / __init__.py
index cba7167..f2c7ba5 100644 (file)
@@ -428,6 +428,7 @@ class BlockchainProcessor(Processor):
                     break
                 if addr in self.watched_addresses:
                     status = self.store.get_status( addr )
+                    print "push_response", addr
                     self.push_response({ 'method':'blockchain.address.subscribe', 'params':[addr, status] })
 
             time.sleep(10)