External Keys Multisignature

+2 votes
I created a multisignature address using external keys. But when I am trying to sign the raw transaction it does not seems to complete.

After createrawtransaction I use signrawtransaction here is my sample command

 

multichain-cli MyChain signrawtransaction [hex-blob] '[]' '[PrivateKey1, PrivateKey2]'

 

At first I tried using PrivateKey1 only but it still the same.

 

Can you help me with my case?

Thank you very much!
asked Apr 5, 2018 by arkmeje

1 Answer

0 votes

If you're signing a multisignature with external keys, you also need to pass the redeemScript for that multisignature. A more complete answer is here:

https://www.multichain.com/qa/3728/struggling-with-multisig-transfers?show=3761#a3761

answered Apr 8, 2018 by MultiChain
...