Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues #31

Merged
merged 5 commits into from
Mar 26, 2018
Merged

Issues #31

merged 5 commits into from
Mar 26, 2018

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

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.

3 participants