Merge pull request #294 from naturallaw777/copilot/update-sparrow-wallet-auto-connect

Fix Sparrow wallet defaulting to public Electrum server on first launch
This commit is contained in:
Sovran Systems
2026-05-03 17:38:03 -05:00
committed by GitHub
+1
View File
@@ -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