Skip to content

Commit

Permalink
fixed ten_health endpint in wait-node-health script (#2165)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrishnath authored Nov 26, 2024
1 parent ccb802c commit 9f83495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runner-scripts/wait-node-healthy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ while ! [[ $net_status = *\"OverallHealth\":true* ]]
do
net_status=$(curl --request POST "http://${host}:${port}" \
--header 'Content-Type: application/json' \
--data-raw '{ "method":"obscuro_health", "params":null, "id":1, "jsonrpc":"2.0" }') || true
--data-raw '{ "method":"ten_health", "params":null, "id":1, "jsonrpc":"2.0" }') || true
echo $net_status

sleep 2
Expand Down

0 comments on commit 9f83495

Please sign in to comment.