1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 08:08:11 +00:00

Edited appb_errata.adoc with Atlas code editor

This commit is contained in:
claylock 2023-10-26 15:20:03 +00:00
parent 82f310ee3c
commit 483ccb487d

View File

@ -36,6 +36,8 @@ occurred in July 2010, long after Bitcoins initial release:
- if (pindexNew->nHeight > nBestHeight) - if (pindexNew->nHeight > nBestHeight)
+ if (pindexNew->bnChainWork > bnBestChainWork) + if (pindexNew->bnChainWork > bnBestChainWork)
---- ----
[role="less_space pagebreak-before"]
* *Terminology change:* General CPUs were used to generate the PoW for * *Terminology change:* General CPUs were used to generate the PoW for
the earliest Bitcoin blocks, but PoW generation today is mostly performed the earliest Bitcoin blocks, but PoW generation today is mostly performed
by specialist Application Specific Integrated Circuits (ASICs), so by specialist Application Specific Integrated Circuits (ASICs), so