LNURL tests and small fixes

This commit is contained in:
Kukks
2021-10-26 13:55:13 +02:00
parent d1886b039e
commit fccbbb6fb7
5 changed files with 218 additions and 15 deletions

View File

@@ -15,9 +15,9 @@ namespace BTCPayServer.Models.StoreViewModels
[Display(Name = "LNURL Classic Mode")]
public bool LNURLBech32Mode { get; set; } = true;
[Display(Name = "LNURL enabled for standard invoices")]
public bool LNURLStandardInvoiceEnabled { get; set; }
public bool LNURLStandardInvoiceEnabled { get; set; } = true;
[Display(Name = "Allow payee to pass a comment")]
public bool LUD12Enabled { get; set; }