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
* Allows `issuer` account to create a token in supply of `maximum_supply`. If validation is successful a new entry in statstable for token symbol scope gets created.
@@ -104,16 +103,10 @@ namespace eosio {
104
103
voidclose( const name& owner, const symbol& symbol );
105
104
106
105
/**
107
-
* Migrates an accounts tokens from the old symbol to the new symbol
106
+
* Fixes the stats table, by setting the supply to be the max_supply
108
107
*/
109
108
[[eosio::action]]
110
-
voidmigrateacc(const name &account);
111
-
112
-
/**
113
-
* Migrates a currency statistics from the old symbol to the new symbol
0 commit comments