Removing rates hint

This commit is contained in:
rockstardev
2020-10-16 15:23:38 -05:00
parent 36269cbed6
commit 543e628a8b
5 changed files with 2 additions and 18 deletions

View File

@@ -53,7 +53,6 @@ namespace BTCPayServer.Models.StoreViewModels
public string DefaultCurrencyPairs { get; set; }
public string StoreId { get; set; }
public IEnumerable<AvailableRateProvider> AvailableExchanges { get; set; }
public bool HintRates { get; set; }
[Display(Name = "Add a spread on exchange rate of ... %")]
[Range(0.0, 100.0)]