fix: verified tx contains pos
authorecdsa <ecdsa@github>
Mon, 1 Apr 2013 10:12:16 +0000 (12:12 +0200)
committerecdsa <ecdsa@github>
Mon, 1 Apr 2013 10:12:16 +0000 (12:12 +0200)
lib/verifier.py

index 913aa2f..ff8275c 100644 (file)
@@ -253,7 +253,7 @@ class WalletVerifier(threading.Thread):
             with self.lock:
                 items = self.verified_tx.items()[:]
             for tx_hash, item in items:
-                tx_height, timestamp = item
+                tx_height, timestamp, pos = item
                 if tx_height >= height:
                     print_error("redoing", tx_hash)
                     with self.lock: