From a412965c278e166482345a535c19ba0b4f67585d Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 21 Mar 2025 05:54:16 +0100 Subject: [PATCH] more precision --- check-health.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-health.sh b/check-health.sh index 43b1db67..7f85504d 100755 --- a/check-health.sh +++ b/check-health.sh @@ -72,7 +72,7 @@ if [ $? -eq 0 ]; then latest_block_timestamp3=$(echo "$response3" | jq -r '.result.timestamp') latest_block_timestamp_decimal3=$((16#${latest_block_timestamp3#0x})) - echo "refer: $latest_block_timestamp_decimal3" + # echo "refer: $latest_block_timestamp_decimal3" rm "$response_file3" if [ $curl_code4 -eq 0 ]; then