Remove ability to set custom cache, fix coinaverage not really using coinaverage

This commit is contained in:
nicolas.dorier
2020-01-17 14:16:12 +09:00
parent 9739f3fb25
commit 7d545ca682
9 changed files with 34 additions and 43 deletions

View File

@@ -12,9 +12,6 @@ namespace BTCPayServer.Models.ServerViewModels
[Display(Name = "Bitcoin average api keys")]
public string PublicKey { get; set; }
public string PrivateKey { get; set; }
[Display(Name = "Cache the rates for ... minutes")]
[Range(0, 60)]
public int CacheMinutes { get; set; }
public GetRateLimitsResponse RateLimits { get; internal set; }
}
}