This commit is contained in:
Aditya Kulkarni
2019-03-01 10:39:05 -08:00
parent 72dc17b85e
commit 421922843e
5 changed files with 11 additions and 59 deletions

View File

@@ -1122,7 +1122,10 @@ void RPC::shutdownZcashd() {
} else {
while (waiter.isActive()) {
QCoreApplication::processEvents();
#ifdef _WIN32
#else
std::this_thread::sleep_for(std::chrono::seconds(1));
#endif
}
}
}