Bump lightning lib, fix warnings

This commit is contained in:
nicolas.dorier
2023-02-08 21:29:20 +09:00
parent bb1138efb5
commit ed0ccd6f13
7 changed files with 5 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ namespace BTCPayServer.Client.Models;
public class LightningAddressData
{
public string Username { get; set; }
public string? CurrencyCode { get; set; }
public string CurrencyCode { get; set; }
public decimal? Min { get; set; }
public decimal? Max { get; set; }