(params vtypes.Params, tier vtypes.VerificationTier)
| 1878 | } |
| 1879 | |
| 1880 | func leaseCompletionWindowForTier(params vtypes.Params, tier vtypes.VerificationTier) time.Duration { |
| 1881 | return cleanHistoryWindowForTier(params, tier) |
| 1882 | } |
| 1883 | |
| 1884 | func renewalPeriodForTier(params vtypes.Params, tier vtypes.VerificationTier) time.Duration { |
| 1885 | switch tier { |
no test coverage detected