From 9160f3f407897ac705373915a1c3527d17d3c634 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Wed, 13 Nov 2024 18:40:30 -0500 Subject: [PATCH] fixup! chore(synthetic-chain): Improve waitForBlock output --- .../synthetic-chain/public/upgrade-test-scripts/env_setup.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/synthetic-chain/public/upgrade-test-scripts/env_setup.sh b/packages/synthetic-chain/public/upgrade-test-scripts/env_setup.sh index f15f7238..f8af5612 100755 --- a/packages/synthetic-chain/public/upgrade-test-scripts/env_setup.sh +++ b/packages/synthetic-chain/public/upgrade-test-scripts/env_setup.sh @@ -120,7 +120,6 @@ provisionSmartWallet() { # XXX designed for ag0, others start well above height 1 wait_for_bootstrap() { - echo "waiting for bootstrap..." endpoint="localhost" while true; do if json=$(curl -s --fail -m 15 "$endpoint:26657/status"); then @@ -138,7 +137,6 @@ wait_for_bootstrap() { fi sleep 2 done - echo "done" } # `waitForBlock $n` waits for at least $n (default 1) new blocks to be produced.