Update bitcoin-fundamentals-review.asciidoc

Co-authored-by: Mark Erhardt <murch@murch.one>
pull/601/head
Andreas M. Antonopoulos 4 years ago committed by GitHub
parent 7893efaa52
commit 9125c03b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -181,7 +181,7 @@ Since transactions are chained, if you pick a transaction at random, you can fol
==== Transaction identifiers
Every transaction in the Bitcoin system is identified by a unique identifier, called the _transaction ID_. To produce a unique identifier, we use the SHA-256 cryptoraphic hash function to produce a hash of the transaction's data. This "fingerprint" serves as a universal identifier. Once a transaction is recorded on the Bitcoin blockchain, it can be referenced by the transaction ID and every node in the Bitcoin network knows that this transaction is valid.
Every transaction in the Bitcoin system is identified by a unique identifier, called the _transaction ID_. To produce a unique identifier, we use the SHA-256 cryptographic hash function to produce a hash of the transaction's data. This "fingerprint" serves as a universal identifier. Once a transaction is recorded on the Bitcoin blockchain, it can be referenced by the transaction ID and every node in the Bitcoin network knows that this transaction is valid.
For example, a transaction ID might look like this:

Loading…
Cancel
Save