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

Account keystore file is created in wrong directory #74

Closed
ghost opened this issue May 18, 2017 · 1 comment
Closed

Account keystore file is created in wrong directory #74

ghost opened this issue May 18, 2017 · 1 comment
Labels
Milestone

Comments

@ghost
Copy link

ghost commented May 18, 2017

On windows it was created on %USERDIR%\Application Data in root!

@ghost
Copy link
Author

ghost commented May 18, 2017

match kf.flush(&default_path(), Some(addr)) {
    Ok(_) => futures::done(Ok(Value::String(addr.to_string()))).boxed(),
    Err(_) => futures::done(Err(JsonRpcError::internal_error())).boxed(),
}

@ghost ghost assigned r8d8 May 18, 2017
@ghost ghost added the Bug label May 18, 2017
@ghost ghost added this to the V0.2 - MVP milestone May 18, 2017
@ghost ghost added the size/S label May 18, 2017
@r8d8 r8d8 closed this as completed May 24, 2017
@splix splix unassigned r8d8 Sep 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant