From 271a39d17656c39cbdde6707afdb92ba80fec272 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:35:14 +0200 Subject: [PATCH] fix --- catchup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catchup.sh b/catchup.sh index 7566da74..3d9a0942 100755 --- a/catchup.sh +++ b/catchup.sh @@ -25,7 +25,7 @@ time_difference=$((current_time - latest_block_timestamp_decimal)) #echo "$latest_block_timestamp_decimal $current_time $time_difference" #s_to_human_readable $time_difference -sleep 10 +sleep $seconds_to_measure latest_block_timestamp_decimal=$(./timestamp.sh $1) current_time=$(date +%s)