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
Getting the following when running etheno --geth -j genesis.json
Traceback (most recent call last):
File "/Users/nettrino/venvs/etheno/bin/etheno", line 8, in <module>
sys.exit(main())
File "/Users/nettrino/venvs/etheno/lib/python3.9/site-packages/etheno/__main__.py", line 204, in main
private_key=decode_value(pkey)))
File "/Users/nettrino/venvs/etheno/lib/python3.9/site-packages/etheno/utils.py", line 46, in decode_value
elif v.startswith('0x') or (frozenset(['a', 'b', 'c', 'd', 'e', 'f']) & frozenset(v)):
AttributeError: 'NoneType' object has no attribute 'startswith
Getting the following when running
etheno --geth -j genesis.json
The genesis.json file used is
The text was updated successfully, but these errors were encountered: