From f22a07b6cfae805f8d7e13007a7628ab1117a411 Mon Sep 17 00:00:00 2001 From: Mitchell Paull Date: Thu, 25 Jan 2018 23:40:42 -0500 Subject: [PATCH] blockchain: Fix typos in README.md. --- blockchain/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blockchain/README.md b/blockchain/README.md index 275c2b4f..de5611bc 100644 --- a/blockchain/README.md +++ b/blockchain/README.md @@ -63,7 +63,7 @@ is by no means exhaustive: * [ProcessBlock Example](http://godoc.org/github.com/btcsuite/btcd/blockchain#example-BlockChain-ProcessBlock) Demonstrates how to create a new chain instance and use ProcessBlock to - attempt to attempt add a block to the chain. This example intentionally + attempt to add a block to the chain. This example intentionally attempts to insert a duplicate genesis block to illustrate how an invalid block is handled. @@ -73,7 +73,7 @@ is by no means exhaustive: typical hex notation. * [BigToCompact Example](http://godoc.org/github.com/btcsuite/btcd/blockchain#example-BigToCompact) - Demonstrates how to convert how to convert a target difficulty into the + Demonstrates how to convert a target difficulty into the compact "bits" in a block header which represent that target difficulty. ## GPG Verification Key