DaemonManager: take dataDir into account when sending cmd

This commit is contained in:
selsta
2022-10-07 01:49:31 +02:00
parent aef4a982dc
commit 80ade41905
6 changed files with 37 additions and 31 deletions

View File

@@ -297,7 +297,7 @@ Rectangle {
startP2Pool()
}
else {
daemonManager.stopAsync(persistentSettings.nettype, startP2PoolLocal)
daemonManager.stopAsync(persistentSettings.nettype, persistentSettings.blockchainDataDir, startP2PoolLocal)
}
}
else {