Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't send payments since 1.5.5 #56

Closed
tongpu opened this issue Dec 7, 2012 · 6 comments
Closed

can't send payments since 1.5.5 #56

tongpu opened this issue Dec 7, 2012 · 6 comments

Comments

@tongpu
Copy link

tongpu commented Dec 7, 2012

When I try to send a payment I get the following error:

Traceback (most recent call last):
  File "/tmp/Electrum-1.5.5/lib/gui_lite.py", line 399, in send
    self.amount_input.text(), self):
  File "/tmp/Electrum-1.5.5/lib/gui_lite.py", line 768, in send
    h = self.wallet.send_tx(tx)
  File "/tmp/Electrum-1.5.5/lib/wallet.py", line 808, in send_tx
    tx_hash = Hash(tx.decode('hex') )[::-1].encode('hex')
  File "/usr/lib/python2.7/encodings/hex_codec.py", line 42, in hex_decode
    output = binascii.a2b_hex(input)
TypeError: Non-hexadecimal digit found

My software versions:
python 2.7.3
python-ecdsa 0.8
python-slowaes 0.1a1
python-pyqt 4.9.5

@ecdsa
Copy link
Member

ecdsa commented Dec 7, 2012

this could happen if you use a deseeded wallet.

@ecdsa
Copy link
Member

ecdsa commented Dec 7, 2012

apparently the same problem was reported by someone else.

@tongpu
Copy link
Author

tongpu commented Dec 7, 2012

My wallet should be a default electrum wallet, as I haven't changed any settings during setup.

@ecdsa
Copy link
Member

ecdsa commented Dec 7, 2012

I just pushed a fix. can you test it? if you cannot, please wait for next release (tonight)

@tongpu
Copy link
Author

tongpu commented Dec 7, 2012

The fix worked, thanks for your help!

@ecdsa
Copy link
Member

ecdsa commented Dec 7, 2012

thanks for the report and testing. releasing 1.5.6 right now to fix that.

@ecdsa ecdsa closed this as completed Dec 7, 2012
dabura667 pushed a commit to dabura667/electrum that referenced this issue Aug 9, 2017
TREZOR: Remove sighash from input signatures
marceloneil pushed a commit to marceloneil/electrum that referenced this issue Mar 28, 2019
Hopefully this is enough.  We can disable the frame too although I like the frame.. :)
UdjinM6 pushed a commit to UdjinM6/electrum-dash that referenced this issue Oct 1, 2023
fc0b113 update requirements.txt
 - added jsonrpclib-1.10.3
 - use trezor repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants