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