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

Edited ch06_transactions.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 01:17:39 +00:00
parent a18875b4e9
commit 3216c05496

View File

@ -579,7 +579,7 @@ also sends the signal for opt-in replace by fee ((("transactions", "inputs", sta
=== Outputs
The outputs field of a transaction contains several fields related to
The ((("transactions", "outputs", id="transaction-output")))((("outputs", id="output-transaction")))outputs field of a transaction contains several fields related to
specific outputs. Just as we did with the inputs field, we'll start by
looking at the specific bytes of the outputs field from the example
transaction where Alice pays Bob, displayed as
@ -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 parse scripts in <<c_authorization_authentication>>.
learn how to ((("transactions", "outputs", startref="transaction-output")))((("outputs", startref="output-transaction")))parse scripts in <<c_authorization_authentication>>.
[[witness_structure]]
=== Witness Structure