mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
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:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user