Skip to content

Commit

Permalink
fixup! chore(synthetic-chain): Improve waitForBlock output
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 authored Nov 13, 2024
1 parent 3586f4c commit 9160f3f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 9160f3f

Please sign in to comment.