bugfix: quotes introduced in the pep8 commit
authorThomasV <thomasv@gitorious>
Mon, 28 Jan 2013 15:23:42 +0000 (19:23 +0400)
committerThomasV <thomasv@gitorious>
Mon, 28 Jan 2013 15:23:42 +0000 (19:23 +0400)
backends/bitcoind/blockchain_processor.py

index 67cfba8..93177e1 100644 (file)
@@ -744,7 +744,7 @@ class BlockchainProcessor(Processor):
 
     def invalidate_cache(self, address):
         with self.cache_lock:
-            if 'address' in self.history_cache:
+            if address in self.history_cache:
                 print_log("cache: invalidating", address)
                 self.history_cache.pop(address)