Skip to content

Commit

Permalink
wibble: fix RPC parameter in ci_check script (#3583)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmih authored Oct 13, 2023
1 parent 3b7aafc commit e0ebb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/devnet/ci_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source .env
# Allow for 300 seconds of sync time.
function get_sync_height {
curl --silent -X POST -H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","id":2,"method":"Filecoin.ChainHead","params":"null"}' \
--data '{"jsonrpc":"2.0","id":2,"method":"Filecoin.ChainHead","param":"null"}' \
"http://127.0.0.1:${FOREST_RPC_PORT}/rpc/v0" | jq '.result.Height'
}

Expand Down

0 comments on commit e0ebb85

Please sign in to comment.