Skip to content

Commit b389877

Browse files
author
limxdev
committed
Set unlockwalletaction to fals if wallet is unencrypted
1 parent b905156 commit b389877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/qt/bitcoingui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ void BitcoinGUI::setEncryptionStatus(int status)
14221422
changePassphraseAction->setEnabled(false);
14231423
// Dash
14241424
// FXTC TODO: menu items
1425-
unlockWalletAction->setEnabled(true);
1425+
//unlockWalletAction->setEnabled(true);
14261426
//-//lockWalletAction->setVisible(false);
14271427
//
14281428
encryptWalletAction->setEnabled(true);

0 commit comments

Comments
 (0)