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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
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}`)) |
|
|
|