more precision

This commit is contained in:
Sebastian
2025-03-21 05:54:16 +01:00
parent 42835e3e2c
commit a412965c27

View File

@@ -72,7 +72,7 @@ if [ $? -eq 0 ]; then
latest_block_timestamp3=$(echo "$response3" | jq -r '.result.timestamp') latest_block_timestamp3=$(echo "$response3" | jq -r '.result.timestamp')
latest_block_timestamp_decimal3=$((16#${latest_block_timestamp3#0x})) latest_block_timestamp_decimal3=$((16#${latest_block_timestamp3#0x}))
echo "refer: $latest_block_timestamp_decimal3" # echo "refer: $latest_block_timestamp_decimal3"
rm "$response_file3" rm "$response_file3"
if [ $curl_code4 -eq 0 ]; then if [ $curl_code4 -eq 0 ]; then