various fixes
[electrum-server.git] / backends / bitcoind / blockchain_processor.py
index 2af9534..219ffdc 100644 (file)
@@ -894,6 +894,7 @@ class BlockchainProcessor(Processor):
                 self.history_cache.pop(address)
 
         if address in self.watched_addresses:
+            # TODO: update cache here. if new value equals cached value, do not send notification
             self.address_queue.put(address)
 
     def main_iteration(self):