Browse Source

Cleanup

pull/145/head
Duke 4 months ago
parent
commit
1b10aefbe8
  1. 7
      src/mainwindow.cpp

7
src/mainwindow.cpp

@ -1136,13 +1136,6 @@ void MainWindow::doImport(QList<QString>* keys) {
if (keys->isEmpty()) {
delete keys;
/*
if (rescan) {
ui->statusBar->showMessage(tr("Private key import with rescan finished"));
} else {
ui->statusBar->showMessage(tr("Private key import finished"));
}
*/
return;
}

Loading…
Cancel
Save