From f1dadee5cc9f476099c25065b2827b26ca073dcd Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Tue, 26 Dec 2017 22:26:43 -0600 Subject: [PATCH] fix(neutrino.connect): remove the faucet for now as it's behind --- app/main.dev.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/main.dev.js b/app/main.dev.js index c96bffc2..c1560a05 100644 --- a/app/main.dev.js +++ b/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'