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

Backported code to preemptively create wallet dir #223

Merged
merged 1 commit into from
May 13, 2022

Conversation

ndcgundlach
Copy link
Contributor

@ndcgundlach ndcgundlach commented May 12, 2022

Resolves #212

Preemptively create the wallet directory before set_dir is called (which erroneously attempts to lock the file wallet.lock in a non-existent directory). This change eliminates the problem of requiring that the user must explicitly create the directory before using keosd.

EOSIO/eos#8490

@ndcgundlach ndcgundlach marked this pull request as ready for review May 12, 2022 16:09
@heifner heifner added the OCI OCI working this issue... label May 12, 2022
@ndcgundlach ndcgundlach merged commit c8bad63 into main May 13, 2022
@ndcgundlach ndcgundlach deleted the preemptively-create-wallet-dir branch May 13, 2022 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI OCI working this issue...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Preemptively create the wallet directory to prevent exception
3 participants