Open rauljareno opened 4 years ago
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
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