-
Notifications
You must be signed in to change notification settings - Fork 20.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct subdirectory used for keys and use os.Remove instead of RemoveAll #443
Comments
The keys are now in |
Re-opening since it still uses os.RemoveAll |
zelig
changed the title
Correct subdirectory used for keys and use os.Remove insted of RemoveAll
Correct subdirectory used for keys and use os.Remove instead of RemoveAll
Apr 14, 2015
18 tasks
fixed in #796 |
nolash
pushed a commit
to nolash/go-ethereum
that referenced
this issue
Apr 30, 2018
- removed deprecated PUT apis
ngtuna
added a commit
to ngtuna/tomochain
that referenced
this issue
Feb 22, 2019
…etBlockSigners-getBlockFinality adding 2 new apis: eth.getBlockSigners and eth.getBlockFinality
tanishqjasoria
pushed a commit
to tanishqjasoria/go-ethereum
that referenced
this issue
Oct 31, 2023
* fix signer worker * add logs * bump version * Fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The keys should be in a sub-directory in the datadir, and also usage of os.Remove instead of RemoveAll is better in case the key address is ever empty, to avoid accidentally deleting the whole (sub) directory.
The text was updated successfully, but these errors were encountered: