mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +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,
|
||||
|
|
|
@ -299,7 +299,7 @@ http://opensource.org/licenses/MIT.
|
|||
[IPv4-mapped IPv6 addresses]: http://en.wikipedia.org/wiki/IPv6#IPv4-mapped_IPv6_addresses
|
||||
[irc channels]: https://en.bitcoin.it/wiki/IRC_channels
|
||||
[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
|
||||
[localhost]: https://en.wikipedia.org/wiki/Localhost
|
||||
[makeseeds script]: https://github.com/bitcoin/bitcoin/tree/master/contrib/seeds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue