Remove disable BOLT11 option

This commit is contained in:
Dennis Reimann
2023-04-25 12:21:27 +02:00
parent b13a636f89
commit c95f75bc6c
10 changed files with 5 additions and 63 deletions

View File

@@ -26,8 +26,5 @@ namespace BTCPayServer.Models.StoreViewModels
[Display(Name = "Allow payee to pass a comment")]
public bool LUD12Enabled { get; set; }
[Display(Name = "Do not offer BOLT11 for standard invoices")]
public bool DisableBolt11PaymentMethod { get; set; }
}
}