From eb5ba661d01e36dc042902e6b2ded2fdb0457a20 Mon Sep 17 00:00:00 2001 From: "drusselloctal@gmail.com" Date: Thu, 30 Oct 2014 06:37:13 -0700 Subject: [PATCH] Made changes to ch03.asciidoc --- ch03.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch03.asciidoc b/ch03.asciidoc index 57e5ac47..fda727b7 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -1130,7 +1130,7 @@ ae74538baa914f3799081ba78429d5d84f36a0127438e9f721dff584ac17b346 As before, we can also examine this in more detail using the +getrawtransaction+ and +decodetransaction+ commands. These commands will return the exact same hex string that we produced and decoded previously just before we sent it on the network. [[alt_libraries]] -=== Alternative Clients, Libraries and Toolkits +=== Alternative Clients, Libraries, and Toolkits Beyond the reference client (bitcoind), other clients and libraries can be used to interact with the bitcoin network and data structures. These are implemented in a variety of programming languages, offering programmers native interfaces in their own language.