From efb3c60419ed8f75f70229ea46488acdb307f3b1 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 25 May 2021 20:27:49 -0500 Subject: [PATCH] fix peers --- home.admin/setup.scripts/eventBlockchainSync.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/setup.scripts/eventBlockchainSync.sh b/home.admin/setup.scripts/eventBlockchainSync.sh index 222028dee..a22a7c5e5 100644 --- a/home.admin/setup.scripts/eventBlockchainSync.sh +++ b/home.admin/setup.scripts/eventBlockchainSync.sh @@ -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