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

Commit 6b91575

Browse files
committed
Revert "Use mainnet cluster in lnd args"
This reverts commit 5a68968.
1 parent 6c17559 commit 6b91575

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/lnd-child-process.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ module.exports.startLndProcess = async function({
8686
args = args.concat([
8787
'--bitcoin.mainnet',
8888
'--bitcoin.node=neutrino',
89-
'--neutrino.connect=13.91.246.35',
89+
'--neutrino.connect=165.227.7.29',
90+
'--neutrino.connect=dev.conner.money',
9091
'--neutrino.feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json',
9192
]);
9293
}

0 commit comments

Comments
 (0)