From 78d12c33f0ce6112457f18e148cdd4119b140941 Mon Sep 17 00:00:00 2001 From: Leonardo Lazzaro Date: Fri, 26 Jan 2018 01:43:53 -0300 Subject: [PATCH] database: Update rpcclient link in README.md. --- database/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/README.md b/database/README.md index ea997223..c51c9cc6 100644 --- a/database/README.md +++ b/database/README.md @@ -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