Skip to content

Commit

Permalink
fix: rpc request (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustermeiszer authored Nov 24, 2023
1 parent bad4df6 commit c0dbfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/validator/external-chains/centrifuge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ the port you configured in your `/etc/systemd/system/centrifuge.service` file ab
```bash
curl -H "Content-Type: application/json" \
-d '{{"id":1, "jsonrpc":"2.0", "method": "eth_syncing", "params":[]}}' \
-d '{"id":1, "jsonrpc":"2.0", "method": "eth_syncing", "params":[]}' \
localhost:9933
```
Expand Down

1 comment on commit c0dbfdc

@vercel
Copy link

@vercel vercel bot commented on c0dbfdc Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.