Hi, I'm seeing this odd behaviour whereby participants on a multichain instance cannot issue their own assets even when anyone-can-issue is set to true?
They get the following:
{
"result": null,
"error": {
"code": -4,
"message": "Insufficient funds"
},
"id": 1
}
When I explicitly grant issue to the address in the wallet, it works fine.
Thoughts??
Cheers
Marty