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>
This commit is contained in:
committed by
GitHub
parent
646d877c4d
commit
8e5bb766a6
@@ -31,6 +31,7 @@ lib.mkIf config.sovran_systemsOS.services.bitcoin {
|
|||||||
|
|
||||||
cat > "$CONFIG_FILE" << 'EOF'
|
cat > "$CONFIG_FILE" << 'EOF'
|
||||||
{
|
{
|
||||||
|
"mode": "ONLINE",
|
||||||
"serverType": "ELECTRUM_SERVER",
|
"serverType": "ELECTRUM_SERVER",
|
||||||
"electrumServer": "tcp://127.0.0.1:50001",
|
"electrumServer": "tcp://127.0.0.1:50001",
|
||||||
"useProxy": false
|
"useProxy": false
|
||||||
|
|||||||
Reference in New Issue
Block a user