mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
00infoBlitz: show scanning blocks for cln
This commit is contained in:
parent
1451073223
commit
c89dea4892
1 changed files with 2 additions and 1 deletions
|
@ -287,7 +287,8 @@ if [ ${LNTYPE} = "cln" ]; then
|
|||
if [ ${#ln_getInfo} -eq 0 ]; then
|
||||
ln_baseInfo="${color_red} Not Started | Not Ready Yet"
|
||||
else
|
||||
ln_baseInfo="${color_amber} Waiting for Chain Sync"
|
||||
ln_baseInfo="
|
||||
${color_amber}Scanning blocks: ${CLHEIGHT}/${BLOCKHEIGHT}"
|
||||
fi
|
||||
else
|
||||
ln_walletbalance=0
|
||||
|
|
Loading…
Add table
Reference in a new issue