Open lacabra opened 4 years ago
In TESTNET, if km_keypair.sealed does not exist, the km_startup.py script throws an exception here while trying to fetch the file from storage, and the later check to re-generate it if it does not exist is never reached.
km_keypair.sealed
km_startup.py
In TESTNET, if
km_keypair.sealed
does not exist, thekm_startup.py
script throws an exception here while trying to fetch the file from storage, and the later check to re-generate it if it does not exist is never reached.