mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-10-14 00:59:33 +00:00

This commit corrects a case in the OP_CHECKMULTISIG handling where it was possible to improperly validate a transaction that had a combination of valid and malformed signatures. It also adds a new test to ensure this case is properly handled and nukes a superfluous comment. Fixes #293.