comments and readme update
This commit is contained in:
@@ -602,7 +602,7 @@ void BitcoinGUI::changePassphrase()
|
||||
|
||||
void BitcoinGUI::unlockWallet()
|
||||
{
|
||||
// Unlock wallet if needed
|
||||
// Unlock wallet when requested by wallet model
|
||||
if(walletModel->getEncryptionStatus() == WalletModel::Locked)
|
||||
{
|
||||
AskPassphraseDialog dlg(AskPassphraseDialog::Unlock, this);
|
||||
|
||||
Reference in New Issue
Block a user