From 38ca0accde6cf57b40b1bd0c97e8abaab5dfcf38 Mon Sep 17 00:00:00 2001 From: rockstardev Date: Sat, 14 Nov 2020 12:07:11 -0600 Subject: [PATCH] Removing section separators --- BTCPayServer.Client/Models/StoreBaseData.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BTCPayServer.Client/Models/StoreBaseData.cs b/BTCPayServer.Client/Models/StoreBaseData.cs index 79b8e7e9f..824756053 100644 --- a/BTCPayServer.Client/Models/StoreBaseData.cs +++ b/BTCPayServer.Client/Models/StoreBaseData.cs @@ -31,7 +31,6 @@ namespace BTCPayServer.Client.Models public bool AnyoneCanCreateInvoice { get; set; } - // public bool RequiresRefundEmail { get; set; } public bool LightningAmountInSatoshi { get; set; } public bool LightningPrivateRouteHints { get; set; } @@ -43,7 +42,7 @@ namespace BTCPayServer.Client.Models [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] public int RecommendedFeeBlockTarget { get; set; } = 1; - // + [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] public string DefaultLang { get; set; } = "en";