database: Update rpcclient link in README.md.
This commit is contained in:
parent
f22a07b6cf
commit
78d12c33f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue