1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-07-01 12:22:39 +00:00

Edited ch06_transactions.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 00:48:15 +00:00
parent 8ea19d1fbe
commit 570e034853

View File

@ -382,7 +382,7 @@ order_ for the display version.
==== Input Script ==== Input Script
The input script field is a remnant of the legacy transaction format. Our The ((("transactions", "inputs", "input script")))((("inputs", "input script")))((("input script (transaction inputs)")))input script field is a remnant of the legacy transaction format. Our
example transaction input spends a native segwit output that doesn't example transaction input spends a native segwit output that doesn't
require any data in the input script, so the length prefix for the require any data in the input script, so the length prefix for the
input script is set to zero (0x00). input script is set to zero (0x00).