Browse Source

Merge pull request #128 from LN-Zap/fix/neutrino.connect

fix(neutrino.connect): remove the faucet for now as it's behind
renovate/lint-staged-8.x
JimmyMow 7 years ago
committed by GitHub
parent
commit
0f7cce65fa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/main.dev.js

1
app/main.dev.js

@ -170,7 +170,6 @@ export const startLnd = () => {
'--bitcoin.testnet',
'--neutrino.active',
'--neutrino.connect=btcd0.lightning.computer:18333',
'--neutrino.connect=faucet.lightning.community:18333',
'--autopilot.active',
'--debuglevel=debug',
'--noencryptwallet'

Loading…
Cancel
Save