issuemore on an asset

+1 vote

Hi,

I am trying to add more units to an asset, but I am getting an error. can you lease help me understand if i miss something?

Request:

{  
   "method":"issuemore",
   "params":[  
      "1b5ggiQXVdqHRhjrswTfkZaVY5FAJWwWg2UfRp",
      "MyTest3",
      200
   ],
   "id":1,
   "chain_name":"mudassirchain"
}

 

Response:

{"result":null,"error":{"code":-701,"message":"Issuing more units not allowed for this asset: MyTest3"},"id":1}

 

Thanks,

Mudassir Syed

 

asked Aug 9, 2017 by Mudassir

1 Answer

0 votes
If you want to be able to perform follow-on issuances for an asset, you need to create it to be explicitly open for that. Please see this tutorial: https://www.multichain.com/developers/asset-reissuance/
answered Aug 10, 2017 by MultiChain
...