Post
Topic
Board Electrum
Re: Electrum - Bitcoin client for the common users (friendly and instant)
by
ThomasV
on 01/04/2013, 10:12:37 UTC
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.

Code:
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.
I fixed it in git.(commit dd630a8bb7d482cb83cc875f74baa7d6d2855ce1)