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!