mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
Merge pull request #113 from coblee/master
Fix lnbalance and lnchannels to work with Litecoin
This commit is contained in:
@@ -150,7 +150,7 @@ case $CHOICE in
|
||||
./00mainMenu.sh
|
||||
;;
|
||||
lnbalance)
|
||||
lnbalance
|
||||
lnbalance ${network}
|
||||
echo "Press ENTER to return to main menu."
|
||||
read key
|
||||
./00mainMenu.sh
|
||||
@@ -160,7 +160,7 @@ case $CHOICE in
|
||||
./00mainMenu.sh
|
||||
;;
|
||||
lnchannels)
|
||||
lnchannels
|
||||
lnchannels ${network}
|
||||
echo "Press ENTER to return to main menu."
|
||||
read key
|
||||
./00mainMenu.sh
|
||||
|
Reference in New Issue
Block a user