fix variable name
authorThomasV <thomasv1@gmx.de>
Thu, 30 Jan 2014 10:16:41 +0000 (11:16 +0100)
committerThomasV <thomasv1@gmx.de>
Thu, 30 Jan 2014 10:16:41 +0000 (11:16 +0100)
backends/bitcoind/blockchain_processor.py

index 28e87c8..421f385 100644 (file)
@@ -612,7 +612,7 @@ class BlockchainProcessor(Processor):
 
     def catch_up(self, sync=True):
 
-        prh = None
+        prev_root_hash = None
         while not self.shared.stopped():
 
             self.mtime('')