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.