Fix comment

This commit is contained in:
nicolas.dorier 2020-01-17 14:18:18 +09:00
parent 7d545ca682
commit 48799562f8
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -160,7 +160,7 @@ namespace BTCPayServer.Services.Rates
TimeSpan _ValidatyTime = TimeSpan.FromMinutes(10);
/// <summary>
/// The timespan after which calls to <see cref="GetRatesAsync(CancellationToken)"/> will fails if the rate has not been updated
/// The timespan after which calls to <see cref="GetRatesAsync(CancellationToken)"/> will query underlying provider if the rate has not been updated
/// </summary>
public TimeSpan ValidatyTime
{