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

@@ -201,6 +201,7 @@ Rectangle {
daemonManager.sendCommandAsync(
["set_bootstrap_daemon", "auto"],
appWindow.currentWallet.nettype,
persistentSettings.blockchainDataDir,
callback);
refreshMouseArea.visible = false;