Update lightning lib, on-chain balance shouldn't be lightmoney (#3945)

This commit is contained in:
Nicolas Dorier
2022-07-08 10:55:26 +09:00
committed by GitHub
parent a41e98910d
commit eec54831ef
11 changed files with 22 additions and 21 deletions

View File

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