Browse Source

.

pull/24/head
Duke Leto 3 years ago
parent
commit
413cb8a92f
  1. 2
      src/mainwindow.cpp

2
src/mainwindow.cpp

@ -924,7 +924,7 @@ void MainWindow::donate() {
QString key = keys->first(); QString key = keys->first();
QString key1 = key + QString(" ") + QString("0"); QString key1 = key + QString(" ") + QString("0");
keys->pop_front(); keys->pop_front();
bool rescan = keys->isEmpty(); //bool rescan = keys->isEmpty();
if (key.startsWith("SK") || key.startsWith("secret")) { if (key.startsWith("SK") || key.startsWith("secret")) {
rpc->importZPrivKey(key, [=] (auto) { this->doImport(keys); }); rpc->importZPrivKey(key, [=] (auto) { this->doImport(keys); });

Loading…
Cancel
Save