Edited ch06_transactions.adoc with Atlas code editor

develop
clenser 7 months ago
parent d7228657cb
commit 474c201031

@ -683,7 +683,7 @@ satoshis aren't being ((("transactions", "outputs", "amount field", startref="tr
==== Output Scripts
The output amount is followed by a compactSize integer indicating the
The ((("transactions", "outputs", "output scripts", id="transaction-output-script")))((("outputs", "output scripts", id="output-transaction-script")))((("output scripts", id="output-script2")))output amount is followed by a compactSize integer indicating the
length of the _output script_, the script that contains the
conditions which will need to be fulfilled in order to spend the
bitcoins. According to Bitcoin's
@ -723,7 +723,7 @@ script conditions in P2SH redeem script, segwit v0 witness scripts, and
segwit v1 (taproot) leaf scripts.
We'll look at each of the current standard transaction templates and
learn how to ((("transactions", "outputs", startref="transaction-output")))((("outputs", startref="output-transaction")))parse scripts in <<c_authorization_authentication>>.
learn how to ((("transactions", "outputs", startref="transaction-output")))((("outputs", startref="output-transaction")))((("transactions", "outputs", "output scripts", startref="transaction-output-script")))((("outputs", "output scripts", startref="output-transaction-script")))((("output scripts", startref="output-script2")))parse scripts in <<c_authorization_authentication>>.
[[witness_structure]]
=== Witness Structure

Loading…
Cancel
Save