Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 2a2b972

Browse files
committed
lnd: updated to commit 6253419, connect to lightning.computer
1 parent 0fccd70 commit 2a2b972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/main.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const processes = [
7171
'--neutrino.active',
7272
'--configfile=../lnd.conf',
7373
isDev ? '--bitcoin.simnet' : '--bitcoin.testnet',
74-
isDev ? '--neutrino.connect=127.0.0.1:18335' : '--neutrino.connect=faucet.lightning.community:18333',
74+
isDev ? '--neutrino.connect=127.0.0.1:18335' : '--neutrino.connect=btcd0.lightning.computer:18333',
7575
isDev ? '' : '--neutrino.connect=127.0.0.1:18333',
7676
'--debuglevel=info',
7777
'--no-macaroons',

0 commit comments

Comments
 (0)