Trying to get my head around this..still learning..:)
On a chain with native currency, and an asset called PLAY, I am using sendassetfrom to send from one address to another, the transaction fee is 0.00046804 which is fine, but it is sending 1 unit of native currency as well to the other address
sendassetfrom 1YFefgToCGXZP4F2LDbbc89YaX5st6rB96hKAM 1GNYbpwXJuLnQZ8ophyyjJNe7xLo3nUxN9efLT PLAY 10
The transaction goes through, but so does 1 unit of the native currency + the transaction fee 0f 0.00046804
"amount" : -1.00000000,
"fee" : -0.00046804
On the other address the native currency has increased 1 unit. I can add a fee of say 0.001 onto the end of "PLAY 10" and this goes through instead of 1 unit
Can you explain what is happening?