vbuterin / pybitcointools

SImple, common-sense Bitcoin-themed Python ECC library
1.28k stars 856 forks source link

Support spending bare multisig inputs in apply_multisignatures #116

Closed zouppen closed 8 years ago

zouppen commented 8 years ago

With this patch, subcommand apply_multisignatures does not put extra OP_FALSE to the end of scriptSig when passing empty string as script. Passing empty signature is needed when combining signatures for bare multisig inputs which don't have any embedded script (it is already included in parent tx)