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 Starting in Bitcoin Core version 0.7.0, the RPC interface supports request
batching as described in [version 2.0 of the JSON-RPC 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 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 filled with Request objects. The HTTP response data is then a JSON array filled
with the corresponding Response objects. Depending on your usage pattern, with the corresponding Response objects. Depending on your usage pattern,

View file

@ -299,7 +299,7 @@ http://opensource.org/licenses/MIT.
[IPv4-mapped IPv6 addresses]: http://en.wikipedia.org/wiki/IPv6#IPv4-mapped_IPv6_addresses [IPv4-mapped IPv6 addresses]: http://en.wikipedia.org/wiki/IPv6#IPv4-mapped_IPv6_addresses
[irc channels]: https://en.bitcoin.it/wiki/IRC_channels [irc channels]: https://en.bitcoin.it/wiki/IRC_channels
[JSON-RPC version 1.0]: http://json-rpc.org/wiki/specification [JSON-RPC version 1.0]: http://json-rpc.org/wiki/specification
[JSON-RPC version 2.0]: http://www.jsonrpc.org/specification#batch [JSON-RPC request batching]: http://www.jsonrpc.org/specification#batch
[libblkmaker]: https://github.com/bitcoin/libblkmaker [libblkmaker]: https://github.com/bitcoin/libblkmaker
[localhost]: https://en.wikipedia.org/wiki/Localhost [localhost]: https://en.wikipedia.org/wiki/Localhost
[makeseeds script]: https://github.com/bitcoin/bitcoin/tree/master/contrib/seeds [makeseeds script]: https://github.com/bitcoin/bitcoin/tree/master/contrib/seeds