1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-12-23 23:18:42 +00:00

Merge pull request #73 from erikwam/patch-13

Update ch07.asciidoc
This commit is contained in:
Minh T. Nguyen 2014-07-30 22:24:12 -07:00
commit f40a8acd7e

View File

@ -62,7 +62,7 @@ Unlike the block hash, the block height is not a unique identifier. While a sing
[TIP] [TIP]
==== ====
A block's _block hash_ always identifies a single block uniquely. A block also always has a specific _block height_. However, it is not always the case that a specific block height can identify a single block, rather more than one blocks can compete for a single position in the blockchain. A block's _block hash_ always identifies a single block uniquely. A block also always has a specific _block height_. However, it is not always the case that a specific block height can identify a single block. Rather, two or more blocks may compete for a single position in the blockchain.
==== ====
=== The Genesis Block === The Genesis Block