From 8e5bb766a6e11aed8033fc23114e3a7e0235e21b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 3 May 2026 22:37:14 +0000 Subject: [PATCH] fix: add mode ONLINE to Sparrow config so Electrum backend is active on first launch Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/69818c91-2127-4392-8a39-76953e17497c Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com> --- modules/wallet-autoconnect.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/wallet-autoconnect.nix b/modules/wallet-autoconnect.nix index bc89e43..6180e21 100644 --- a/modules/wallet-autoconnect.nix +++ b/modules/wallet-autoconnect.nix @@ -31,6 +31,7 @@ lib.mkIf config.sovran_systemsOS.services.bitcoin { cat > "$CONFIG_FILE" << 'EOF' { + "mode": "ONLINE", "serverType": "ELECTRUM_SERVER", "electrumServer": "tcp://127.0.0.1:50001", "useProxy": false