You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I would like to share a few txids that the presented code for getting rsz values is not able to process.
In each case I get the same error:
Starting Program...
Traceback (most recent call last):
File "D:\Desktop\getz_input.py", line 129, in <module>
m = parseTx(rawtx)
^^^^^^^^^^^^^^
File "D:\Desktop\getz_input.py", line 73, in parseTx
r, s, pub = split_sig_pieces(script)
^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Desktop\getz_input.py", line 44, in split_sig_pieces
sigLen = int(script[2:4], 16)
^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 16: ''
It would be great if you could let me know how to fix this error.
Bitcoin TXID-s:
Hi, I would like to share a few txids that the presented code for getting rsz values is not able to process.
In each case I get the same error:
It would be great if you could let me know how to fix this error.
Bitcoin TXID-s:
The text was updated successfully, but these errors were encountered: