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
Traceback (most recent call last):
File "/Users/dsterry/code/addrgen/addrgen.py", line 199, in <module>
test(int(options.otherversion))
File "/Users/dsterry/code/addrgen/addrgen.py", line 176, in test
print(get_addr(gen_eckey(compressed=True,version=otherversion),version=otherversion))
File "/Users/dsterry/code/addrgen/addrgen.py", line 158, in get_addr
secret = k.get_secret()
File "/Users/dsterry/code/addrgen/addrgen.py", line 67, in get_secret
mb = ctypes.create_string_buffer(bytes)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ctypes/__init__.py", line 66, in create_string_buffer
raise TypeError(init)
TypeError: 32.75
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: