database: Update rpcclient link in README.md.

This commit is contained in:
Leonardo Lazzaro 2018-01-26 01:43:53 -03:00 committed by Dave Collins
parent f22a07b6cf
commit 78d12c33f0

View file

@ -13,7 +13,7 @@ one entity can have the database open at a time (for most database backends),
and that entity will be btcd.
When a client wants programmatic access to the data provided by btcd, they'll
likely want to use the [btcrpcclient](https://github.com/btcsuite/btcrpcclient)
likely want to use the [rpcclient](https://github.com/btcsuite/btcd/tree/master/rpcclient)
package which makes use of the [JSON-RPC API](https://github.com/btcsuite/btcd/tree/master/docs/json_rpc_api.md).
However, this package could be extremely useful for any applications requiring