mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-14 03:48:58 +00:00
Edited appb_errata.adoc with Atlas code editor
This commit is contained in:
parent
82f310ee3c
commit
483ccb487d
@ -36,6 +36,8 @@ occurred in July 2010, long after Bitcoin’s initial release:
|
||||
- if (pindexNew->nHeight > nBestHeight)
|
||||
+ if (pindexNew->bnChainWork > bnBestChainWork)
|
||||
----
|
||||
|
||||
[role="less_space pagebreak-before"]
|
||||
* *Terminology change:* General CPUs were used to generate the PoW for
|
||||
the earliest Bitcoin blocks, but PoW generation today is mostly performed
|
||||
by specialist Application Specific Integrated Circuits (ASICs), so
|
||||
|
Loading…
Reference in New Issue
Block a user