Do key import serially so we only have to rescan once

This commit is contained in:
Aditya Kulkarni
2018-10-29 15:46:27 -07:00
parent c523ecf3a3
commit b0d6e0e9b2
3 changed files with 35 additions and 15 deletions

View File

@@ -80,6 +80,7 @@ private:
void donate();
void importPrivKey();
void doImport(QList<QString>* keys);
RPC* rpc;