From 413cb8a92fced38c911e3d37a77b26ca82e02026 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 29 May 2021 12:22:01 -0400 Subject: [PATCH] . --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 0074093..05416af 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -924,7 +924,7 @@ void MainWindow::donate() { QString key = keys->first(); QString key1 = key + QString(" ") + QString("0"); keys->pop_front(); - bool rescan = keys->isEmpty(); + //bool rescan = keys->isEmpty(); if (key.startsWith("SK") || key.startsWith("secret")) { rpc->importZPrivKey(key, [=] (auto) { this->doImport(keys); });