mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 12:10:33 +02:00
improve comments
This commit is contained in:
@@ -90,7 +90,6 @@ echo "******************************"
|
||||
|
||||
# execute command
|
||||
if [ ${LNTYPE} = "cln" ];then
|
||||
# TODO no easy way to sweep funds
|
||||
# withdraw destination satoshi [feerate] [minconf] [utxos]
|
||||
command="$lightningcli_alias withdraw ${address} all slow"
|
||||
elif [ ${LNTYPE} = "lnd" ];then
|
||||
|
@@ -290,5 +290,5 @@ else
|
||||
exit 1
|
||||
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
|
||||
|
Reference in New Issue
Block a user