From 5f7a7da003d7cd7f68078236b16752829329cc5f Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Thu, 8 Feb 2018 15:14:31 -0600 Subject: [PATCH] fix(alias): remove hard coded alias --- app/main.dev.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/main.dev.js b/app/main.dev.js index 662fe1a0..d8f8621b 100644 --- a/app/main.dev.js +++ b/app/main.dev.js @@ -146,8 +146,7 @@ const startLnd = () => { '--neutrino.connect=127.0.0.1:18333', '--autopilot.active', '--debuglevel=debug', - '--noencryptwallet', - '--alias=jimmymow' + '--noencryptwallet' ] ) .on('error', error => console.log(`lnd error: ${error}`))