Skip to content

Commit f9d41da

Browse files
committed
change decrypt case in walletview dialog
1 parent b3e566a commit f9d41da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/walletview.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ void WalletView::encryptWallet(bool status)
262262
{
263263
if(!walletModel)
264264
return;
265-
AskPassphraseDialog dlg(status ? AskPassphraseDialog::Encrypt : AskPassphraseDialog::Decrypt, this);
265+
AskPassphraseDialog dlg(status ? AskPassphraseDialog::Encrypt : AskPassphraseDialog::Encrypt, this);
266266
dlg.setModel(walletModel);
267267
dlg.exec();
268268

0 commit comments

Comments
 (0)