Skip to content

Conversation

@satyamakgec
Copy link
Contributor

FYI - Token name at the time of generateSecurityToken is overridden the earlier token name which saves at the time of registration of the token symbol

@satyamakgec satyamakgec requested a review from pabloruiz55 March 26, 2018 08:19
function registerTicker(string _symbol, string _contact) public {
require(bytes(_contact).length > 0);
function registerTicker(string _symbol, string _tokenName) public {
require(bytes(_tokenName).length > 0);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make it possible for the UI not to ask for name at this stage and do so at token deployment.
Remove this require.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants