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
C:\Users\Murphy\Desktop\rsz-main>python getz_input.py -txid 82e5e1689ee396c8416b94c86aed9f4fe793a0fa2fa729df4a8312a287bc2d5e
Traceback (most recent call last):
File "C:\Users\Murphy\Desktop\rsz-main\getz_input.py", line 14, in
parser.add_argument("", help = "txid of the transaction. Automatically fetch rawtx from given txid", action="store")
File "C:\Users\MurphyE\AppData\Local\Programs\Python\Python310\lib\argparse.py", line 1401, in add_argument
if not args or len(args) == 1 and args[0][0] not in chars:
IndexError: string index out of range
The text was updated successfully, but these errors were encountered:
C:\Users\Murphy\Desktop\rsz-main>python getz_input.py -txid 82e5e1689ee396c8416b94c86aed9f4fe793a0fa2fa729df4a8312a287bc2d5e
Traceback (most recent call last):
File "C:\Users\Murphy\Desktop\rsz-main\getz_input.py", line 14, in
parser.add_argument("", help = "txid of the transaction. Automatically fetch rawtx from given txid", action="store")
File "C:\Users\MurphyE\AppData\Local\Programs\Python\Python310\lib\argparse.py", line 1401, in add_argument
if not args or len(args) == 1 and args[0][0] not in chars:
IndexError: string index out of range
The text was updated successfully, but these errors were encountered: