Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 142c7ec

Browse files
committed
Remove trivial check
1 parent 04d4748 commit 142c7ec

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

devenv/integration/docker/entrypoint

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ while ! curl -s $API_URL >/dev/null; do
1313
sleep 1
1414
done
1515

16-
DEV_READY_HEIGHT=205
17-
18-
# bitcoind get info
19-
echo "Waiting on burn block height $DEV_READY_HEIGHT"
20-
while [ "$(curl -s $API_URL | jq '.burn_block_height')" -lt $DEV_READY_HEIGHT ]; do
21-
sleep 2
22-
done
23-
2416
#stacks ready to take contracts
2517
STACKS_HEIGHT=1
2618
echo "Waiting on Stacks height $STACKS_HEIGHT"

0 commit comments

Comments
 (0)