comments and readme update

This commit is contained in:
Wladimir J. van der Laan
2011-08-31 16:08:31 +02:00
parent b7bcaf940d
commit 6c85cbecf1
4 changed files with 19 additions and 11 deletions

View File

@@ -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);