I keep getting the following error and transactions now are out-of-sync. I notice this started happening after an "error: status mismatch" with one of my addresses.
me@myhost:~/local/src/Electrum-1.7.2$ ./electrum
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
File "/home/me/local/src/Electrum-1.7.2/lib/verifier.py", line 129, in run
if self.verify_header(header):
File "/home/me/local/src/Electrum-1.7.2/lib/verifier.py", line 256, in verify_header
tx_height, timestamp = item
ValueError: too many values to unpack
thanks for the report; indeed that was a bug, introduced by me recently.