• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Linux Electrum Dash send error 'sigencode_der_canonize'

hansmoleman

New member
Can't send in electrum dash for linux 2.6.4:

sig = private_key.sign_digest_deterministic( for_sig, hashfunc=hashlib.sha256, sigencode = ecdsa.util.sigencode_der_canonize )
AttributeError: 'module' object has no attribute 'sigencode_der_canonize'
 
Can't send in electrum dash for linux 2.6.4:

sig = private_key.sign_digest_deterministic( for_sig, hashfunc=hashlib.sha256, sigencode = ecdsa.util.sigencode_der_canonize )
AttributeError: 'module' object has no attribute 'sigencode_der_canonize'

Are you sure you've got a complete electrum setup? `ecdsa` module in your installation is either absent or broken.
 
Back
Top