This commit is contained in:
Sebastian
2024-09-11 13:35:14 +02:00
parent 9e8036186d
commit 271a39d176

View File

@@ -25,7 +25,7 @@ time_difference=$((current_time - latest_block_timestamp_decimal))
#echo "$latest_block_timestamp_decimal $current_time $time_difference" #echo "$latest_block_timestamp_decimal $current_time $time_difference"
#s_to_human_readable $time_difference #s_to_human_readable $time_difference
sleep 10 sleep $seconds_to_measure
latest_block_timestamp_decimal=$(./timestamp.sh $1) latest_block_timestamp_decimal=$(./timestamp.sh $1)
current_time=$(date +%s) current_time=$(date +%s)