mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
rename "JSON-RPC request batching" link
This commit is contained in:
parent
532fc416ad
commit
e5aa4f812f
2 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,7 @@ error: {"code": -8, "message": "Block height out of range"}
|
|||
|
||||
Starting in Bitcoin Core version 0.7.0, the RPC interface supports request
|
||||
batching as described in [version 2.0 of the JSON-RPC
|
||||
specification][JSON-RPC version 2.0]. To initiate multiple
|
||||
specification][JSON-RPC request batching]. To initiate multiple
|
||||
RPC requests within a single HTTP request, a client can `POST` a JSON array
|
||||
filled with Request objects. The HTTP response data is then a JSON array filled
|
||||
with the corresponding Response objects. Depending on your usage pattern,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue