mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-15 20:14:21 +01:00
Remove ability to set custom cache, fix coinaverage not really using coinaverage
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user