Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jul 8, 2024
1 parent 51d4e5f commit 611ea80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/localnet/scripts/start-upgrade-orchestrator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ while ! curl -s -o /dev/null zetacore0:26657/status ; do
sleep 1
done

# wait for minimum height
# Wait for minimum height
# At height 0, all RPCs will fail. At height 1, RPCs will fail randomly.
CURRENT_HEIGHT=0
while [[ $CURRENT_HEIGHT -lt 2 ]]
do
Expand Down

0 comments on commit 611ea80

Please sign in to comment.