mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 11:37:19 +02:00
fix peers
This commit is contained in:
@@ -38,9 +38,9 @@ do
|
||||
syncProgress="${startcountBlockchain} restarts"
|
||||
fi
|
||||
elif [ ${#syncProgress} -lt 6 ]; then
|
||||
syncProgress=" ${syncProgress} % ${peers} peers"
|
||||
syncProgress=" ${syncProgress} % ${blockchainPeers} peers"
|
||||
else
|
||||
syncProgress="${syncProgress} % ${peers} peers"
|
||||
syncProgress="${syncProgress} % ${blockchainPeers} peers"
|
||||
fi
|
||||
|
||||
# formatting LIGHTNING SCAN PROGRESS
|
||||
|
Reference in New Issue
Block a user