When I want to retrieve the accounts from the ledger (v0.7.1), I have this error :
File "../lib/python3.8/site-packages/ledgereth/comms.py", line 168, in init_dongle
if not is_usable_version(DONGLE_CONFIG_CACHE):
NameError: name 'DONGLE_CONFIG_CACHE' is not defined
The workaround that I found is the initialisation of the global variables
When I want to retrieve the accounts from the ledger (v0.7.1), I have this error :
The workaround that I found is the initialisation of the global variables
Let me know if I can give you more information in order to help you