diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index db8376305..eab5a7643 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -2,7 +2,7 @@ Exe netcoreapp2.1 - 1.0.3.32 + 1.0.3.33 NU1701,CA1816,CA1308,CA1810,CA2208 diff --git a/BTCPayServer/Services/LightningConfigurationProvider.cs b/BTCPayServer/Services/LightningConfigurationProvider.cs index 8bd98bdd4..36eeff879 100644 --- a/BTCPayServer/Services/LightningConfigurationProvider.cs +++ b/BTCPayServer/Services/LightningConfigurationProvider.cs @@ -62,9 +62,6 @@ namespace BTCPayServer.Services } public class LNDRestConfiguration : LNDConfiguration { - public string ChainType { get; set; } - public string Type { get; set; } - public string CryptoCode { get; set; } public string Uri { get; set; } } }