pybitcointools icon indicating copy to clipboard operation
pybitcointools copied to clipboard

ecdsa_raw_verify() with der_decode_sig() always Error, because of 27 <= None <= 34

Open b0r1ngx opened this issue 3 years ago • 1 comments

I'm try using blockcypher python library, but problem is in bitcoin lib: image

I just try to navigate at library methods, and see that it always error on this place, because method ecdsa_raw_verify(), always get tuple type (None, Int, Int), and we get in v None always, and then compare it between 27 and 34

image

image

on 529 code line, we always get error image

b0r1ngx avatar Apr 06 '22 23:04 b0r1ngx