Skip to content

Commit

Permalink
chore(synthetic-chain): Replace bare block height output in startAgd
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 authored Nov 20, 2024
1 parent fdcf661 commit c250dc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ startAgd() {
agd start --log_level warn "$@" &
AGD_PID=$!
echo $AGD_PID >$HOME/.agoric/agd.pid
wait_for_bootstrap
echo "startAgd() at height $(wait_for_bootstrap | tr '\n' ' ' | sed 's/ $//; s/ /... /g;')"
waitForBlock 2
echo "startAgd() done"
}
Expand Down

0 comments on commit c250dc0

Please sign in to comment.