Advertisement
Guest User

Untitled

a guest
Jun 20th, 2023
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. curl http://127.0.0.1:18081/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"get_block_header_by_height","params":{"height":912345}}' -H 'Content-Type: application/json'
  2. {
  3. "error": {
  4. "code": -32700,
  5. "message": "Parse error"
  6. },
  7. "id": 0,
  8. "jsonrpc": "2.0"
  9. }curl: (6) Could not resolve host: application
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement