Iam hating this crap: "unexpected response code 500: 16:…

GregM ·

Iam hating this crap:

"unexpected response code 500: 16: mandatory-script-verify-flag-failed (Signature must be zero for failed CHECK(MULTI)SIG operation)"

Replies

AwesomeKalin55 ·

Working on sCrypt contracts?

metamitya ·

what you building?

GregM ·

Trying to set up a simple PSBT with the BSV SDK... I'm running into problems with the signatures...

AwesomeKalin55 ·

PSBT is a format for sending transactions that aren't fully signed. This error looks like it's happening when broadcasting, and you can't broadcast a non-fully signed transaction

GregM ·

Yes, exactly. But my txs have signatures...they are just wrong signatures, I guess.