This commit is contained in:
Sebastian
2024-03-22 14:16:22 +01:00
parent 8d4ffaac96
commit 27783acb28

View File

@@ -28,6 +28,7 @@ for path in $pathlist; do
if [ $? -eq 0 ]; then
if [[ $http_status_code -eq 200 ]]; then
response=$(cat "$response_file")
latest_block_number=$(echo "$response" | jq -r '.result.number')
latest_block_number_decimal=$((16#${latest_block_number#0x}))