Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Dec 12, 2023
1 parent c64c457 commit 3b5e69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/release/find_block_60_days_ago.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function get_60days_ago_block(){
do
MID_NUMBER=$(printf "0x%x\n" $(( ($START_NUMBER + $END_NUMBER) / 2 )))
MID_TIMESTAMP=$(get_block_timestamp ${host} ${MID_NUMBER})

if [[ $(($MID_TIMESTAMP + ((61 * 24 * 60 * 60 * 1000)) )) -gt ${TIP_TIMESTAMP} ]]; then
END_NUMBER=${MID_NUMBER}
else
Expand Down

0 comments on commit 3b5e69e

Please sign in to comment.