Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sydneyitguy committed Nov 19, 2020
1 parent 94e5c73 commit c15fe72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/LockUpPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ contract LockUpPool is Initializable, OwnableUpgradeSafe {
uint256 effectiveTotal;
uint256 bonusClaimed; // only used for tracking
uint256 bonusDebt;
uint256 lockedUpCount; // accumulative lock-up count
uint256 lockedUpCount; // accumulative lock-up count (= length of lockUps)
LockUp[] lockUps;
}

Expand Down

0 comments on commit c15fe72

Please sign in to comment.