I m signing a raw transaction and getting object like this:
{
"hex":"some string",
"complete":true
}
then I m sending this using--- sendrawtransaction "hex"
I m getting error every time:
error code: -26
error message:
64: One of the outputs doesn't have receive permission
Can you tell me what am I doing wrong??