1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-07-04 13:52:42 +00:00

Edited ch06_transactions.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 19:36:06 +00:00
parent 7c284a6586
commit 126c7f0cc7

View File

@ -382,7 +382,7 @@ order_ for the display version.
==== Input Script ==== Input Script
The ((("transactions", "inputs", "input script")))((("inputs", "input script")))((("input script (transaction inputs)")))input script field is a remnant of the legacy transaction format. Our The ((("transactions", "inputs", "input script")))((("inputs", "input script")))((("input scripts")))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).