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 shared store path is returning an error not well described #129

Open
rauljareno opened this issue Jun 3, 2020 · 0 comments
Labels
Milestone

Comments

@rauljareno
Copy link
Contributor

When calling the method newIdentity, if the sharedStorePath passed by parameter is null, the method returns an error not related with this parameter to be mandatory.

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

Result -> Error: mkdir ZKArtifacts: read-only file system
Expected -> Error more specific if this parameter is mandatory or to create the identity if is optional

@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