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