From 80ade41905cff40eef94e27d39f14f41e887c96d Mon Sep 17 00:00:00 2001 From: selsta Date: Fri, 7 Oct 2022 01:49:31 +0200 Subject: DaemonManager: take dataDir into account when sending cmd --- components/NetworkStatusItem.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'components') diff --git a/components/NetworkStatusItem.qml b/components/NetworkStatusItem.qml index 48eeccc2..46e9fbd6 100644 --- a/components/NetworkStatusItem.qml +++ b/components/NetworkStatusItem.qml @@ -201,6 +201,7 @@ Rectangle { daemonManager.sendCommandAsync( ["set_bootstrap_daemon", "auto"], appWindow.currentWallet.nettype, + persistentSettings.blockchainDataDir, callback); refreshMouseArea.visible = false; -- cgit v1.2.3