Skip to content

Commit

Permalink
fix: test-cosmovisor error
Browse files Browse the repository at this point in the history
  • Loading branch information
zemyblue committed Feb 3, 2023
1 parent a6d6042 commit 8811734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cosmovisor/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ set -e

[ -n "$CHAIN_ID" ]

UPGRADE_HEIGHT=20
UPGRADE_HEIGHT=5

assert_begin() {
info=$($DAEMON_NAME q block 2>/dev/null)
info=$($DAEMON_NAME q block --log_level info 2>/dev/null)
if [ -z "$info" ]
then
return 1
Expand Down

0 comments on commit 8811734

Please sign in to comment.