mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
Restart-wallet fix
This commit is contained in:
parent
4b6d55b1b9
commit
4d758b9924
@ -294,7 +294,7 @@ void BitcoinCore::restart(QStringList args)
|
||||
CExplicitNetCleanup::callCleanup();
|
||||
QProcess::startDetached(QApplication::applicationFilePath(), args);
|
||||
qDebug() << __func__ << ": Restart initiated...";
|
||||
QCoreApplication::quit();
|
||||
QApplication::quit();
|
||||
} catch (std::exception& e) {
|
||||
handleRunawayException(&e);
|
||||
} catch (...) {
|
||||
|
Loading…
Reference in New Issue
Block a user