Browse Source

Merge pull request #290 from LN-Zap/fix/alias

fix(alias): remove hard coded alias
renovate/lint-staged-8.x
JimmyMow 7 years ago
committed by GitHub
parent
commit
eb503af950
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/main.dev.js

3
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}`))

Loading…
Cancel
Save