fix variable name
[electrum-server.git] / 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('')