Skip to content

Commit 2c8883e

Browse files
committed
Missed a FIXME
Re: daa8b79
1 parent a1c7d20 commit 2c8883e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bitcoin/core/scripteval.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ def _CheckMultiSig(opcode, script, stack, txTo, inIdx, err_raiser, nOpCount):
217217
if success:
218218
stack.append(b"\x01")
219219
else:
220+
# FIXME: this is incorrect, but not caught by existing
221+
# test cases
220222
stack.append(b"\x00")
221223

222224

0 commit comments

Comments
 (0)