1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-01-24 14:41:30 +00:00

Edited appb_errata.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-14 18:36:29 +00:00
parent 0df5cac9b3
commit 29c19bcd98

View File

@ -84,7 +84,7 @@ than about 30% of the network."
=== Transactions === Transactions
____ ____
"We define an electronic coin as a chain of digital signatures. Each "We ((("transactions", "errata in Bitcoin whitepaper", id="transaction-errata")))define an electronic coin as a chain of digital signatures. Each
owner transfers the coin to the next by digitally signing a hash of the owner transfers the coin to the next by digitally signing a hash of the
previous transaction and the public key of the next owner and adding previous transaction and the public key of the next owner and adding
these to the end of the coin." these to the end of the coin."
@ -101,7 +101,7 @@ in Bitcoin to date require providing at least one signature. So instead
of saying "a chain of digital signatures" it is more correct to say of saying "a chain of digital signatures" it is more correct to say
"a chain of encumbrances." Given that transactions often have more "a chain of encumbrances." Given that transactions often have more
than one input and more than one output, the structure is not very than one input and more than one output, the structure is not very
chain-like; its more accurately described as a directed acyclic graph chain-like; its more accurately described as a directed acyclic ((("transactions", "errata in Bitcoin whitepaper", startref="transaction-errata")))graph
(DAG). (DAG).
=== Proof of Work === Proof of Work