mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 19:47:05 +02:00
improve comments
This commit is contained in:
@@ -90,7 +90,6 @@ echo "******************************"
|
|||||||
|
|
||||||
# execute command
|
# execute command
|
||||||
if [ ${LNTYPE} = "cln" ];then
|
if [ ${LNTYPE} = "cln" ];then
|
||||||
# TODO no easy way to sweep funds
|
|
||||||
# withdraw destination satoshi [feerate] [minconf] [utxos]
|
# withdraw destination satoshi [feerate] [minconf] [utxos]
|
||||||
command="$lightningcli_alias withdraw ${address} all slow"
|
command="$lightningcli_alias withdraw ${address} all slow"
|
||||||
elif [ ${LNTYPE} = "lnd" ];then
|
elif [ ${LNTYPE} = "lnd" ];then
|
||||||
|
@@ -290,5 +290,5 @@ else
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# set the lightnind service file after all choices
|
# set the lightnind service file after all choices unless exited before
|
||||||
/home/admin/config.scripts/cln.install-service.sh $CHAIN
|
/home/admin/config.scripts/cln.install-service.sh $CHAIN
|
||||||
|
Reference in New Issue
Block a user