mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-02 08:58:15 +02:00
added mobile wallet option to menu
This commit is contained in:
parent
d09563e03f
commit
f069855be1
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user