mchn: Coin selection: Signing transaction failed

+2 votes

Hello, 

I'm getting "mchn: Coin selection: Signing transaction failed" out of the blue. Why am I getting this error message in my chain.

asked Aug 21, 2019 by Kyi Htoo Aung
Please clarify which version of MultiChain you are using, and which API.
Apologies for the inconvenience, I am using Multichain-community-version2.0 and the API I've been using so far is "createrawsendfrom"  for assets transferring between address.

1 Answer

0 votes

If you are using the createrawsendfrom API, are you passing the sign value for the final parameter to make sure the transaction is signed?

You may also want to consider the simpler sendassetfrom API.

answered Aug 22, 2019 by MultiChain
...