So, I have this code for issuing a fungible token in an SC. Whenever I call it I get a transaction like this:
https://devnet-explorer.elrond.com/transactions/6b731fdf7291e3852f10fb1494e3c4c0bee5aca8a8db79057fb4d580f0834848
Which seems like it creates the token but it does not send it to me, which is the worst possible outcome, lol
Anybody has any idea what I am doing wrong?
I would assume there is an error in your issue callback :) Also the code you are showing would not send any tokens to you :)