From e7e57cb1ab4734f1f647ecf36edc4dbc9b7e34a7 Mon Sep 17 00:00:00 2001 From: "myarbrough@oreilly.com" Date: Wed, 5 Nov 2014 08:27:48 -0800 Subject: [PATCH] Made changes to ch03.asciidoc --- ch03.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ch03.asciidoc b/ch03.asciidoc index 8453175e..373cbf96 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -1212,8 +1212,7 @@ include::code/pycoin_example.py[] ---- ==== -For many examples using the command-line utilities ku and tx, see <> - +For many examples using the command-line utilities ku and tx, see <>. ==== btcd btcd is a full-node bitcoin implementation written in Go. It currently properly downloads, validates, and serves the blockchain using the exact rules (including bugs) for block acceptance as the reference implementation, bitcoind. It also properly relays newly mined blocks, maintains a transaction pool, and relays individual transactions that have not yet made it into a block. It ensures all individual transactions admitted to the pool follow the rules required into the block chain and also includes the vast majority of the more strict checks that filter transactions based on miner requirements ("standard" transactions).