Advertisement
Guest User

stuff

a guest
May 18th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Client asks:
  2.  
  3. POST / HTTP/1.1
  4. Host: 127.0.0.1
  5. Connection: close
  6. Authorization: Basic xxxxxxx
  7. Content-Length: 58
  8.  
  9. {"method":"getrawtransaction","params":["123083"],"id":1}
  10.  
  11. Server replies:
  12.  
  13. HTTP/1.1 500 Internal Server Error
  14. Content-Type: application/json
  15. Date: Thu, 18 May 2017 16:04:08 GMT
  16. Content-Length: 96
  17. Connection: close
  18.  
  19. {"result":null,"error":{"code":-8,"message":"parameter 1 must be of length 64 (not 6)"},"id":1}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement