Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(kmd): handle empty password correctly in getPassword (#318)
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