tfix: verified tx contains pos - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 5cc05b06852a0205eea4bc04af6be79913e2c750 DIR parent 39799592ed7bc773ad6de9bd8e3731b3f8047ff1 HTML Author: ecdsa <ecdsa@github> Date: Mon, 1 Apr 2013 12:12:16 +0200 fix: verified tx contains pos Diffstat: M lib/verifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/verifier.py b/lib/verifier.py t@@ -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: