Skip to content

Commit

Permalink
fix height
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Apr 29, 2024
1 parent 992fb71 commit 0ac4fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/upgrade/proposal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ starsd tx distribution fund-community-pool 20000000000000ustars \
sleep 5
starsd q distribution community-pool --node http://stargaze:26657

HEIGHT=$(starsd status --node http://stargaze:26657 --home $STARGAZE_HOME | jq .SyncInfo.latest_sync_height -r)
HEIGHT=$(starsd status -o json --node http://stargaze:26657 --home $STARGAZE_HOME | jq .sync_info.latest_block_height -r)

echo "current height $HEIGHT"
HEIGHT=$(expr $HEIGHT + 100)
Expand Down

0 comments on commit 0ac4fd8

Please sign in to comment.