neo icon indicating copy to clipboard operation
neo copied to clipboard

Bug? Signature verification for multi-signature addresses

Open RichardBelsum opened this issue 2 years ago • 7 comments

When the number of signatures in a transaction with a multi-signature address is greater than the minimum number of signatures, the verification does not pass.

https://github.com/neo-project/neo/blob/df534f6b0c700e1c7b3eb1315c4560fedce793b8/src/Neo/Network/P2P/Payloads/Transaction.cs#L430

Maybe it should be changed to less than

RichardBelsum avatar Apr 06 '23 06:04 RichardBelsum