Apply suggestions from code review #1562

Co-Authored-By: David Núñez <david@nucypher.com>
pull/1562/head
Victoria 2020-01-14 19:17:08 +01:00 committed by GitHub
parent a945c21ad3
commit 8e0d65363d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ contract WorkLock {
* @param _startBidDate Timestamp when bidding starts
* @param _endBidDate Timestamp when bidding will end
* @param _boostingRefund Coefficient to boost refund ETH
* @param _stakingPeriods Amount of periods during which tokens will be locked while claiming
* @param _stakingPeriods Amount of periods during which tokens will be locked after claiming
*/
constructor(
NuCypherToken _token,