Merge master

This commit is contained in:
Aditya Kulkarni
2019-02-04 13:42:51 -08:00
9 changed files with 14 additions and 9 deletions

View File

@@ -1088,7 +1088,7 @@ void RPC::refreshZECPrice() {
void RPC::shutdownZcashd() {
// Shutdown embedded zcashd if it was started
if (ezcashd == nullptr || conn == nullptr) {
if (ezcashd == nullptr || ezcashd->processId() == 0 || conn == nullptr) {
// No zcashd running internally, just return
return;
}