Use better default than coingecko when creating a new store (#4416)

* Use better default than coingecko when creating a new store

* Improve recommended exchange UX

* Add btcturk for TRY

* Fix recommendation

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
This commit is contained in:
Nicolas Dorier
2022-12-14 13:33:27 +09:00
committed by GitHub
parent dea019ebdc
commit 18ba0148ae
9 changed files with 38 additions and 10 deletions

View File

@@ -15,7 +15,6 @@ namespace BTCPayServer.Models.StoreViewModels
[Display(Name = "Default currency")]
public string DefaultCurrency { get; set; }
[Required]
[Display(Name = "Preferred Price Source")]
public string PreferredExchange { get; set; }