Skip to content

Commit 2918ebe

Browse files
committed
chore: document importance of maxThawingPeriod variable
Signed-off-by: Tomás Migone <[email protected]>
1 parent c4c3675 commit 2918ebe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/horizon/contracts/staking/HorizonStakingStorage.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ abstract contract HorizonStakingV1Storage {
137137
// -- Horizon Staking --
138138

139139
/// @dev Maximum thawing period, in seconds, for a provision
140+
/// Note that to protect delegation from being unfairly locked this should be set to a sufficiently low value
140141
uint64 internal _maxThawingPeriod;
141142

142143
/// @dev Provisions from each service provider for each data service

0 commit comments

Comments
 (0)