Skip to content

Commit

Permalink
Fix grest-poll
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Jan 11, 2024
1 parent 9de48b6 commit 3e30c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/grest-helper-scripts/grest-poll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function chk_cache_status() {
log_err "Active Stake cache for epoch ${epoch} still not populated as of ${epoch_slot} slot, maximum tolerance was $(( epoch_length / 6 )) !!"
optexit
fi
if [[ "last_epoch_summary" != "${epoch}" ]]; then
if [[ "${last_epoch_summary}" != "${epoch}" ]]; then
log_err "Epoch Summary Cache for epoch ${epoch} still not populated as of ${epoch_slot} slot, maximum tolerance was $(( epoch_length / 6 )) !!"
optexit
fi
Expand Down

0 comments on commit 3e30c31

Please sign in to comment.