We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607a480 commit ccf4b28Copy full SHA for ccf4b28
ch08.asciidoc
@@ -105,7 +105,7 @@ The code for `OP_CHECKMULTISIG` in _op.py_ is mostly written here:
105
include::code-ch08/op.py[tag=source1]
106
----
107
<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.
+<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.
109
<3> This is the part that you will need to code for the next exercise.((("", startref="opcheck08")))
110
111
include::code-ch08/answers.py[tag=exercise1,indent=0]
0 commit comments