rename "JSON-RPC request batching" link

This commit is contained in:
Chris Arnesen 2015-08-28 09:57:52 -05:00
parent 532fc416ad
commit e5aa4f812f
2 changed files with 2 additions and 2 deletions

View file

@ -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,