dialog box for encryption issue #95

This commit is contained in:
DenioD
2020-06-04 23:07:11 +02:00
parent e668a703d3
commit 4aa1eb33b8

View File

@@ -446,6 +446,11 @@ void MainWindow::encryptWallet() {
QFile address(dir.filePath("addresslabels.dat"));
wallet.rename(dirwalletbackup);
address.rename(dir.filePath("addresslabels.datBackup"));
QMessageBox::information(this, tr("Wallet encryption Success"),
QString("Successfully encrypt your wallet"),
QMessageBox::Ok
);
}
}