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

token conversion #61

Merged
merged 6 commits into from
Mar 31, 2018
Merged

token conversion #61

merged 6 commits into from
Mar 31, 2018

Conversation

szerintedmi
Copy link
Member

No description provided.

5) MonetarySupervisor issues new tokens to user's account in current AugmintToken
6) MonetarySupervisor burns old tokens from own balance
*/
function transferNotification(address from, uint amounToConvert, uint) public {
Copy link
Collaborator

Choose a reason for hiding this comment

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

misspelled amountToConvert.

also, as a convention, I would always use the parameter names from the original interface (amount and data in this case), since that defines the purpose of these already (and the unnamed param looks particularly strange to me :)

Copy link
Member Author

Choose a reason for hiding this comment

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

amount param name changed. data param is not used, we get compile warnings if I name the param, added a comment

@coveralls
Copy link

Pull Request Test Coverage Report for Build 400

  • 6 of 6 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 98.592%

Totals Coverage Status
Change from base Build 386: 0.02%
Covered Lines: 353
Relevant Lines: 353

💛 - Coveralls

@szerintedmi szerintedmi merged commit 3a31dfa into staging Mar 31, 2018
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.

None yet

3 participants