Skip to content

Commit

Permalink
Merge branch 'alpha' into cncli_epochdata_load
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt authored Sep 23, 2024
2 parents 2d214b7 + 5eecdb6 commit 2963267
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 @@ -60,7 +60,7 @@ setTheme() {
# Do NOT modify code below #
######################################

GLV_VERSION=v1.30.2
GLV_VERSION=v1.30.3

PARENT="$(dirname $0)"

Expand Down Expand Up @@ -623,7 +623,7 @@ checkPeers() {

done

IFS=$'\n' read -r -a peersFiltered <<< "$(sort <<<"${peersFiltered[*]}")"; unset IFS
readarray -td '' peersFiltered < <(printf '%s\0' "${peersFiltered[@]}" | sort -z)

peerCNT=${#peersFiltered[@]}

Expand Down

0 comments on commit 2963267

Please sign in to comment.