-
Notifications
You must be signed in to change notification settings - Fork 3
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
docs: basic user manager comments #77
Conversation
/** | ||
* @dev get frozen coin age | ||
* @param staker address of the staker | ||
* @param pastBlocks past blocks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might need better clarification on exactly what these past blocks are.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's the number of blocks since overdue.
/** | ||
* @dev get frozen coin age | ||
* @param staker address of the staker | ||
* @param pastBlocks past blocks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's the number of blocks since overdue.
# Conflicts: # contracts/user/UserManager.sol
Codecov Report
@@ Coverage Diff @@
## master #77 +/- ##
=======================================
Coverage 0.00% 0.00%
=======================================
Files 19 24 +5
Lines 1419 1525 +106
Branches 234 250 +16
=======================================
- Misses 1419 1525 +106
Continue to review full report at Codecov.
|
Added most basic comments for User Manager contract.