diff --git a/home.admin/99clnMenu.sh b/home.admin/99clnMenu.sh index 4d1003eee..8c424d15c 100644 --- a/home.admin/99clnMenu.sh +++ b/home.admin/99clnMenu.sh @@ -43,7 +43,7 @@ if [ ${#LNdefault} -gt 0 ]&&[ $LNdefault = lnd ];then CHOICE_HEIGHT=$((CHOICE_HEIGHT+1)) fi -#TODO OPTIONS+=(CASHOUT "Remove Funds from LND") +OPTIONS+=(CASHOUT "Remove Funds from LND") CHOICE=$(dialog --clear \ --backtitle "$BACKTITLE" \ diff --git a/home.admin/BBcashoutWallet.sh b/home.admin/BBcashoutWallet.sh index 90c5c15d7..5891e0ebf 100755 --- a/home.admin/BBcashoutWallet.sh +++ b/home.admin/BBcashoutWallet.sh @@ -92,7 +92,7 @@ echo "******************************" if [ ${LNTYPE} = "cln" ];then # TODO no easy way to sweep funds # withdraw destination satoshi [feerate] [minconf] [utxos] - command="NOT IMPLEMENTED YET" + command="$lightningcli_alias withdraw ${address} all slow" elif [ ${LNTYPE} = "lnd" ];then command="$lncli_alias sendcoins --sweepall --addr=${address} --conf_target=36" fi