Fix configuration of lnd rest

This commit is contained in:
nicolas.dorier 2018-12-20 20:12:36 +09:00
parent 5f16fb4668
commit 4d7015294e
2 changed files with 1 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<Version>1.0.3.32</Version>
<Version>1.0.3.33</Version>
<NoWarn>NU1701,CA1816,CA1308,CA1810,CA2208</NoWarn>
</PropertyGroup>
<PropertyGroup>

View File

@ -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; }
}
}