Commit 64cc4bab authored by dev0tion's avatar dev0tion

Daemon shutdown before quit

parent 94f9c250
......@@ -89,7 +89,7 @@ app.on('ready', function () {
}
});
app.on('will-quit', function () {
app.on('before-quit', function () {
closeBitcoinApi(),
closeStratisApi();
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment