Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Creating an identity without the directories of the storepath created is returning an error #104

Open
rauljareno opened this issue May 13, 2020 · 0 comments
Labels
Milestone

Comments

@rauljareno
Copy link
Contributor

When calling the method newIdentity, if the storepath passed by parameter doesn't exist because its directories havent been created yet, the method returns an error instead of creating the path and returning the identity.

Iden3mobile.newIdentity(
"$storePath/alias",
"password",
web3Url,
1000,
null) { event -> print(event) }

Result -> Error: no such file or directory
Expected -> creating it and returning the identity

@arnaubennassar arnaubennassar added this to the phase3 milestone Jun 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants