ofek / bit

Bitcoin made easy.
https://ofek.dev/bit/
MIT License
1.25k stars 216 forks source link

Add id parameter to JSON-RPC payload #192

Open brunneis opened 4 weeks ago

brunneis commented 4 weeks ago

JSON-RPC calls return an HTTP 204 (No Content) response with an empty body when the "id" field is not present in the request:

bit.exceptions.BitcoinNodeException: RPC connection failure: 204 No Content