Page MenuHomePhabricator

Use correct length sig in sigcheck test
ClosedPublic

Authored by jasonbcox on Mar 2 2021, 22:16.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC0ec3be6798d1: Use correct length sig in sigcheck test
Summary

Even though the test currently passes (due to dummysigchecker), it's not using the sig + sighashtype
as expected. When debugging, it becomes clear that the sighashtype is being stripped off as part of OP_CHECKSIG
despite it not being present. While this doesn't produce any unexpected behavior today, it's confusing and not
technically correct so best to fix before it becomes an issue.

Shoutout to Tobias for finding this.

Test Plan

ninja check