Skip to content

Commit 6e9bdc2

Browse files
committed
Rename script variable to script_sig
1 parent e95b2ff commit 6e9bdc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

12_reading_inputs_and_type_coercion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ A description of what the sequence number represents can be found in Mastering B
156156
for _ in 0..input_length {
157157
let txid = read_txid(&mut bytes_slice);
158158
let output_index = read_u32(&mut bytes_slice);
159-
let script = read_script(&mut bytes_slice);
159+
let script_sig = read_script(&mut bytes_slice);
160160
let sequence = read_u32(&mut bytes_slice);
161161
}
162162
...

0 commit comments

Comments
 (0)