mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 15:14:49 +01:00
Update lightning lib, on-chain balance shouldn't be lightmoney (#3945)
This commit is contained in:
@@ -2,7 +2,6 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using BTCPayServer.Client.Models;
|
||||
using BTCPayServer.Data;
|
||||
using BTCPayServer.Data;
|
||||
using BTCPayServer.Payments;
|
||||
using BTCPayServer.Payments.Bitcoin;
|
||||
using BTCPayServer.Services.Invoices;
|
||||
|
||||
@@ -68,6 +68,6 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
public bool RedirectAutomatically { get; set; }
|
||||
public bool Activated { get; set; }
|
||||
public string InvoiceCurrency { get; set; }
|
||||
public string? ReceiptLink { get; set; }
|
||||
public string ReceiptLink { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user