Hi,
I'm testing the Windows beta version.
When I try to issue opened asset, I write the command :
multichain-cli.exe test07 issue "1EUNTATKCQMqdfM1S2d3bmG9EMYxutZc28htMd" {"name":"test03","open":true} 10
The system answers :
{"method":"issue","params":["1EUNTATKCQMqdfM1S2d3bmG9EMYxutZc28htMd","{name:test03,open:true}",10],"id":1,"chain_name":"test07"}
When I list assets, I obtain :
[...]
"name" : "{name:test03,open:true}",
[...]
"open" : false,
[...]
---> all the parameters are taken in the name of the asset.
How does it work now ? Is there an other way to call with parameters ?
Regards,
Hubert