diff --git a/ch06.asciidoc b/ch06.asciidoc index 86843ab9..4f940b43 100644 --- a/ch06.asciidoc +++ b/ch06.asciidoc @@ -94,7 +94,7 @@ UTXO are tracked by every full-node bitcoin client in the UTXO set. New transact Transaction outputs consist of two parts: -* An amount of bitcoin, denominated in _satoshis_, the smallest bitcoin unit +* ((("satoshis")))An amount of bitcoin, denominated in _satoshis_, the smallest bitcoin unit * A cryptographic puzzle that determines the conditions required to spend the output The cryptographic puzzle is also known as a _locking script_, a _witness script_, or a +scriptPubKey+.