Skip to content

Commit ccf4b28

Browse files
committed
1 parent 607a480 commit ccf4b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch08.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The code for `OP_CHECKMULTISIG` in _op.py_ is mostly written here:
105105
include::code-ch08/op.py[tag=source1]
106106
----
107107
<1> Each DER signature is assumed to be signed with `SIGHASH_ALL`.
108-
<2> We take care of the off-by-one error by consuming the top element of the stack and not doing anything with the element.
108+
<2> We take care of the off-by-one error by consuming the only remaining element of the stack and not doing anything with the element.
109109
<3> This is the part that you will need to code for the next exercise.((("", startref="opcheck08")))
110110

111111
include::code-ch08/answers.py[tag=exercise1,indent=0]

0 commit comments

Comments
 (0)