Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(kmd): prompt for password twice when the password is an empty string
When using KMD wallet for localnet, it's common that the password is set to an empty string. In this case, the memoised logic failed to detect the existing password. To fix this: - the password field is initialised to null - the memoised logic returns the password if it is not null
- Loading branch information