From 894d433db87921e1f21ae70c0f3f3fd6a795a391 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Mon, 29 Oct 2018 18:36:29 -0700 Subject: [PATCH] cleanup --- src/mainwindow.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index ce53a8e..ca8b000 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -434,14 +434,12 @@ void MainWindow::importPrivKey() { return !key.trimmed().isEmpty(); }); - // Start the import + // Start the import. The function takes ownership of keys doImport(keys); QMessageBox::information(this, "Imported", "The keys were imported. It may take several minutes to rescan the blockchain with the new keys for your balance to be shown accurately.", QMessageBox::Ok); - } - } void MainWindow::setupBalancesTab() {