You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found some issues in the eosio.token docs. First off, it says transfer instead of close (transfer is there twice)
Secondly, and more important, the retire action actually isn't the opposite of create, it's the opposite of issue. This has serious implications as it's saying in the docs you can un-create a token, and that isn't the case.
I just created a token and was trying to change the supply by using the retire option, but it doesn't clear the record from the stats table, so you can't make a new token with the same name, as implied in the docs.
Found some issues in the eosio.token docs. First off, it says transfer instead of close (transfer is there twice)
Secondly, and more important, the retire action actually isn't the opposite of create, it's the opposite of issue. This has serious implications as it's saying in the docs you can un-create a token, and that isn't the case.
I just created a token and was trying to change the supply by using the retire option, but it doesn't clear the record from the stats table, so you can't make a new token with the same name, as implied in the docs.
https://developers.eos.io/welcome/v2.2/tutorials/eosio_token/#close-action
The text was updated successfully, but these errors were encountered: