Hi guys,
I tried to write the “notes” field following this tutorial (py)
https://developer.algorand.org/tutorials/v2-read-and-write-transaction-note-field-python/
Everything works fine, but the message is readable in Editor View (divided into 16-byte blocks).
Then I saw this transaction
https://algoexplorer.io/tx/44S5DIVZCEWSULBN47CMSDKPV2JXNAO5OGXIGCTJVJF6LTSTMTXA
where a clear message is readable in “Message Pack”.
How do I get this result in a normal transaction?
Sorry if the question is trivial, I’ve searched around, but I can’t figure it out.
Thanks