Browse Source

disable tkey import for now

pull/2/head
DenioD 4 years ago
parent
commit
a08eff75d4
  1. 2
      src/mainwindow.cpp

2
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); });
}
}

Loading…
Cancel
Save