Closed instagibbs closed 8 years ago
https://github.com/tenthirtyone/blocktools/blob/master/blocktools.py#L37
Either use binascii.hexlify, or do '%02x' to make sure it prints the leading zeros. Otherwise it parses bad transactions/pubkeys quite often.
Thanks. I can make the change or if you'd like send a pull request
Sent. Thanks!
https://github.com/tenthirtyone/blocktools/blob/master/blocktools.py#L37
Either use binascii.hexlify, or do '%02x' to make sure it prints the leading zeros. Otherwise it parses bad transactions/pubkeys quite often.