EthDocker puts the JWT among other stuff in the same directory as the datadir, causing an error as the code expect an empty dir (here:)
|
// If datadir exists but is not empty, this is probably a DB for an |
|
// old ethrex version and we should return an error |
We should do a better check for old DB existance and allow non-empty dirs
EthDocker puts the JWT among other stuff in the same directory as the datadir, causing an error as the code expect an empty dir (here:)
ethrex/crates/storage/store.rs
Lines 2849 to 2850 in 2f60e7e
We should do a better check for old DB existance and allow non-empty dirs