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).