proper daemon shutdown on app exit

This commit is contained in:
Jaquee 2016-11-25 21:10:59 +01:00
parent 48471f3407
commit 4e7de8c140
No known key found for this signature in database
GPG Key ID: 384E52B09F45DC39
1 changed files with 2 additions and 0 deletions

View File

@ -1058,5 +1058,7 @@ ApplicationWindow {
walletManager.closeWallet(currentWallet);
currentWallet = undefined
}
// Stop daemon
daemonManager.stop();
}
}