decoderawtransaction returns me json, except data

0 votes

running decoderawtransaction returns me the json of the tx, which is great. However, the data field is left as hexadecimal. when I try other tools to convert from hexadecimal to ascii, i see some of what I put in. but I also see weird things. Is there any way to decode the hex back into it's original form?

for example, when I put in 

'{"details":{"origin":"M"}}'

when I decoderawtransaction I get

'SPKcorigin\x00\x01M'

asked Jun 14, 2016 by anonymous
edited Jun 15, 2016
What version of MultiChain are you using?

Please log in or register to answer this question.

...