CREATERAWSENDFROM throws an exception when spendiong from a Multisig address

+1 vote
Hio everyone,

I was testing multisignature in multichain as given in your tutorial in the link below:

https://www.multichain.com/developers/multisignature-transactions/

It was notice that sending of asset from regular to multisig address works perfectly.

However, when sending from a multisig address to another address (could be regular or multisig), it throws the following exception.

MultichainException [
                      object=code :-1.0,
                      reason=message :  Invalid public key: address,
                      message=null,
                      cause=null
]

kindly help.

Regards,

Meban

Note : I am using java library https://github.com/SimplyUb/MultiChainJavaAPI
asked Jan 17, 2022 by Meban
To help us understand this, you would need to post the full API call you made, the full API response, and the blockchain parameters. Please try doing this from the multichain-cli command line rather than this Java library.

Please log in or register to answer this question.

...