Skip to content

Commit

Permalink
Merge branch 'alpha' into cntools-9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Jan 15, 2022
2 parents 8ca01dc + 1b8e08a commit 9a7beab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/grest-helper-scripts/grest-poll.sh
Expand Up @@ -132,7 +132,7 @@ function chk_cache_status() {
else
if [[ "${last_actvstake_epoch}" != "${epoch}" ]]; then
epoch_length=$(curl -s ${API_COMPARE}/genesis?select=epochlength | jq -r .[0].epochlength)
if ${epoch_slot} -ge $(( ${epoch_length} / 12 )); then
if [[ ${epoch_slot} -ge $(( ${epoch_length} / 12 )) ]]; then
echo "ERROR: Active Stake cache too far from tip !!"
optexit
fi
Expand Down

0 comments on commit 9a7beab

Please sign in to comment.