mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-03 09:28:22 +02:00
#610 fix lncli for litecoin
This commit is contained in:
parent
0e5985a4bc
commit
bb302a7fd8
@ -124,7 +124,7 @@ if [ ${lndRunning} -eq 1 ]; then
|
||||
|
||||
# get LND info
|
||||
lndRPCReady=1
|
||||
lndinfo=$(sudo -u bitcoin lncli getinfo 2>/mnt/hdd/temp/.lnd.error)
|
||||
lndinfo=$(sudo -u bitcoin lncli --chain=${network} --network=${chain}net getinfo 2>/mnt/hdd/temp/.lnd.error)
|
||||
|
||||
# check if error on request
|
||||
lndErrorFull=$(cat /mnt/hdd/temp/.lnd.error 2>/dev/null)
|
||||
|
@ -152,7 +152,7 @@ elif [ "${exportType}" = "reset" ]; then
|
||||
echo "- restarting LND ... wait 10 secs"
|
||||
sudo systemctl start lnd
|
||||
sleep 10
|
||||
sudo -u bitcoin lncli unlock
|
||||
sudo -u bitcoin lncli --chain=${network} --network=${chain}net unlock
|
||||
echo "- creating new macaroons ... wait 10 secs"
|
||||
sleep 10
|
||||
echo "- copy new macaroons to admin user"
|
||||
|
Loading…
x
Reference in New Issue
Block a user