From a08eff75d4941908ef673e5e1dba7ac94b3c667c Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Tue, 29 Sep 2020 16:50:37 +0200 Subject: [PATCH] disable tkey import for now --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); } }