mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Bump lightning lib, fix warnings
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user