Skip to content
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

Closed
Gustav-Simonsson opened this issue Mar 9, 2015 · 3 comments

Comments

@Gustav-Simonsson
Copy link

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.

@fjl
Copy link
Contributor

fjl commented Mar 13, 2015

The keys are now in <datadir>/keys.

@fjl fjl closed this as completed Mar 13, 2015
@Gustav-Simonsson
Copy link
Author

Re-opening since it still uses os.RemoveAll

@zelig 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
@zelig
Copy link
Contributor

zelig commented Apr 25, 2015

fixed in #796

@zelig zelig closed this as completed Apr 25, 2015
nolash pushed a commit to nolash/go-ethereum that referenced this issue Apr 30, 2018
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants