diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 433d040..a1feb99 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -962,7 +962,7 @@ void MainWindow::donate() { } else { - rpc->importTPrivKey(key, rescan, [=] (auto) { this->doImport(keys); }); + // rpc->importTPrivKey(key, rescan, [=] (auto) { this->doImport(keys); }); } }