mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
fix lightniing info
This commit is contained in:
parent
b7641b6a8b
commit
cc36357bea
1 changed files with 2 additions and 2 deletions
|
@ -65,10 +65,10 @@ do
|
|||
# setting info string
|
||||
infoStr=" Blockchain Progress : ${syncProgress}\n"
|
||||
|
||||
if [ "${lightning}" != "lnd" ]; then
|
||||
if [ "${lightning}" == "lnd" ]; then
|
||||
# if LND is active
|
||||
infoStr="${infoStr} Lightning Progress : ${scanProgress}\n ${actionString}"
|
||||
elif [ "${lightning}" != "cln" ]; then
|
||||
elif [ "${lightning}" == "cln" ]; then
|
||||
# if CLN is active
|
||||
# TODO: show a scan progress of C-Lightning
|
||||
infoStr="${infoStr} \n ${actionString}"
|
||||
|
|
Loading…
Add table
Reference in a new issue