added mobile wallet option to menu

This commit is contained in:
rootzoll 2018-08-23 03:51:40 +02:00
parent d09563e03f
commit f069855be1

View File

@ -74,7 +74,8 @@ else
SEND "Pay an Invoice/PaymentRequest" \
RECEIVE "Create Invoice/PaymentRequest" \
lnbalance "Detailed Wallet Balances" \
lnchannels "Lightning Channel List")
lnchannels "Lightning Channel List" \
MOBILE "Connect Mobile Wallet")
# Depending Options
openChannels=$(sudo -u bitcoin /usr/local/bin/lncli listchannels 2>/dev/null | grep chan_id -c)
@ -189,6 +190,12 @@ case $CHOICE in
read key
./00mainMenu.sh
;;
MOBILE)
sudo ./97addMobileWalletShango.sh
echo "Press ENTER to return to main menu."
read key
./00mainMenu.sh
;;
TOR)
sudo ./96addTorService.sh
echo "Press ENTER to return to main menu."