Hi,
I want to create an asset that I can use with "issuemore" and "issuemorefrom", so based on the documentation, I issued this command on the node with admin rights:
issuefrom  1Gp59BoUUTj3Nc7cx7pNLd9nGTuPKHXPZwWDd8 1P9K34anJr4ghWedCNJpp8dFk5rD9sdGeAzwCB  {"name":"asset2","open":true} 1000000 0.001
However, when I checked on the assets, I see this:
    {
        "name" : "{name:asset2,open:true}",
        "issuetxid" : "603f2bdaeffed02aa273850ecac334ca23041b474b1455fb41c11f617ebcddb1",
        "assetref" : "7780-267-16224",
        "multiple" : 1000,
        "units" : 0.00100000,
        "open" : false,
        "details" : {
        },
        "issueqty" : 1000000.00000000,
        "issueraw" : 1000000000
    }
 
How should I write the issue command so that open:true?
Thank you!