bitcoinjs-lib icon indicating copy to clipboard operation
bitcoinjs-lib copied to clipboard

Signature must be zero for failed CHECK(MULTI)SIG operation

Open educob opened this issue 2 years ago • 1 comments
trafficstars

Hi.

I have a unit test running a generic script that has been working flawlessly. But some days ago I made some changes and got into trouble so I undid the changes.

But now the unit tests fails around 50% of the times. Every time I create new bitcoin addresses, the script, etc.

The script has a multisignature with its public keys sorted as in the test code.

What can cause random failures with error Signature must be zero for failed CHECK(MULTI)SIG operation?

Thanks.

educob avatar Dec 10 '22 20:12 educob