Browse Source

fix(neutrino.connect): remove the faucet for now as it's behind

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
f1dadee5cc
  1. 1
      app/main.dev.js

1
app/main.dev.js

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

Loading…
Cancel
Save