From a75809ba7a622b981e3bdf42c368601448b87708 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 1 Sep 2020 09:53:46 -1000 Subject: [PATCH] updated intro --- 17_1_Accessing_Bitcoind_with_Go.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/17_1_Accessing_Bitcoind_with_Go.md b/17_1_Accessing_Bitcoind_with_Go.md index bec7438..27dd3a0 100644 --- a/17_1_Accessing_Bitcoind_with_Go.md +++ b/17_1_Accessing_Bitcoind_with_Go.md @@ -2,7 +2,7 @@ > **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. -This section explains how to interact with `bitcoind` using the Go programming language. Note that it has some quirks and some limitations. +This section explains how to interact with `bitcoind` using the Go programming language and the [btcd rpcclient](https://github.com/btcsuite/btcd/tree/master/rpcclient). Note that it has some quirks and some limitations. ## Setting up Go