4
In a pay 2 script hash transaction, does the redeem script get checked for valid public keys before a transaction can be signed? I have noticed that if I have a redeem script with one invalid pubkey out of 3, even if I sign with a valid private key for the multi-sig transaction, the "scriptSig" is blank and the hex returned for the signrawtransaction is small/incomplete.
Any ideas?
I saw a comment on here that led me to believe that public keys in redeem scripts could be text or 'anything'
Get checked by what? What code/project are you using to sign transactions? – Pieter Wuille – 2017-01-17T13:21:01.017
I am using bitcoin-cli – Derek – 2017-01-17T16:57:15.610