mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
parent
ebd97b83f3
commit
7b6f4d34b1
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ DEBUG=$(set_default "$DEBUG" "debug")
|
|||
NETWORK=$(set_default "$NETWORK" "simnet")
|
||||
CHAIN=$(set_default "$CHAIN" "bitcoin")
|
||||
BACKEND="btcd"
|
||||
if [[ "$CHAIN" == "litecoin" ]]
|
||||
BACKEND="ltcd
|
||||
if [[ "$CHAIN" == "litecoin" ]]; then
|
||||
BACKEND="ltcd"
|
||||
fi
|
||||
|
||||
lnd \
|
||||
|
|
Loading…
Add table
Reference in a new issue