We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 319fd55 + ed33f4c commit f8d15a8Copy full SHA for f8d15a8
cardano_node_tests/cluster_scripts/testnets/start-cluster
@@ -237,9 +237,9 @@ if [ -n "${DBSYNC_REPO:-""}" ]; then
237
done
238
fi
239
240
-get_address_balance \
+faucet_init_balance="$(get_address_balance \
241
--testnet-magic "$NETWORK_MAGIC" \
242
- --address "$(<"$STATE_CLUSTER/shelley/faucet.addr")" \
243
- > "$START_CLUSTER_LOG"
+ --address "$(<"$STATE_CLUSTER/shelley/faucet.addr")")"
+echo "Faucet initial balance: $faucet_init_balance" >> "$START_CLUSTER_LOG"
244
245
echo "Cluster started. Run \`$SCRIPT_DIR/stop-cluster\` to stop"
0 commit comments