Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gui: Check for private keys disabled before attempting unlock
Before trying to unlock a wallet, first check if it has private keys disabled. If so, there is no need to unlock. Note that such wallets are not expected to occur in typical usage. However bugs in previous versions allowed such wallets to be created, and so we need to handle them.
- Loading branch information