mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 16:18:11 +00:00
Edited ch06_transactions.adoc with Atlas code editor
This commit is contained in:
parent
a18875b4e9
commit
3216c05496
@ -579,7 +579,7 @@ also sends the signal for opt-in replace by fee ((("transactions", "inputs", sta
|
|||||||
|
|
||||||
=== Outputs
|
=== 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
|
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
|
looking at the specific bytes of the outputs field from the example
|
||||||
transaction where Alice pays Bob, displayed as
|
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.
|
segwit v1 (taproot) leaf scripts.
|
||||||
|
|
||||||
We'll look at each of the current standard transaction templates and
|
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]]
|
||||||
=== Witness Structure
|
=== Witness Structure
|
||||||
|
Loading…
Reference in New Issue
Block a user