Skip to content

Commit

Permalink
Fix for op cert if glv is started before node is ready in core mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitz0 committed Nov 28, 2023
1 parent 916af3b commit b90f63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cnode-helper-scripts/gLiveView.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ setTheme() {
# Do NOT modify code below #
######################################

GLV_VERSION=v1.28.1
GLV_VERSION=v1.28.2

PARENT="$(dirname $0)"

Expand Down Expand Up @@ -823,7 +823,7 @@ while true; do
cpu_util="0.0"
fi
if [[ ${about_to_lead} -gt 0 ]]; then
[[ ${nodemode} != "Core" ]] && clrScreen && nodemode="Core"
[[ ${nodemode} != "Core" ]] && nodemode="Core" && getOpCert && clrScreen
else
[[ ${nodemode} != "Relay" ]] && clrScreen && nodemode="Relay"
fi
Expand Down

0 comments on commit b90f63e

Please sign in to comment.