From 3c14e11745dd85031d656d9ea0d17a38827c4902 Mon Sep 17 00:00:00 2001 From: Gautham Ganesh Elango Date: Thu, 25 Jun 2020 14:15:56 +1000 Subject: [PATCH] go --- 18_1_Accessing_Bitcoind_with_Go.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/18_1_Accessing_Bitcoind_with_Go.md b/18_1_Accessing_Bitcoind_with_Go.md index 0ab73e1..d4341ae 100644 --- a/18_1_Accessing_Bitcoind_with_Go.md +++ b/18_1_Accessing_Bitcoind_with_Go.md @@ -1,4 +1,4 @@ -# 18.1: Accessing Bitcoind with NodeJS +# 18.1: Accessing Bitcoind with Go ## Set up Go @@ -334,4 +334,4 @@ This prints out the details associated with a transaction, such as its amount an ## Summary: Accessing Bitcoind with Node -Although the btcd rpcclient is quite limited, we can still perform a lot of the main rpc commands in Go. \ No newline at end of file +Although the btcd rpcclient is quite limited, we can still perform a lot of the main rpc commands in Go.