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

Commit b4590c0

Browse files
committed
lnd: update lnd to commit 7bbcbc6
1 parent 9e3e2c8 commit b4590c0

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
@@ -64,7 +64,7 @@ const processes = [
6464
name: 'lnd',
6565
args: [
6666
isDev ? '' : '--bitcoin.active',
67-
isDev ? '' : '--neutrino.active',
67+
isDev ? '' : '--bitcoin.node=neutrino',
6868
isDev ? '' : '--configfile=../lnd.conf',
6969
isDev ? '' : '--bitcoin.testnet',
7070
isDev ? '' : '--neutrino.connect=btcd0.lightning.computer:18333',

0 commit comments

Comments
 (0)