Adding setting in checkout experience for inclusion of private route hints

This commit is contained in:
rockstardev
2020-05-19 16:26:03 -05:00
parent 5033cb3186
commit 33f63508e8
4 changed files with 13 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ namespace BTCPayServer.Data
[JsonConverter(typeof(CurrencyValueJsonConverter))]
public CurrencyValue LightningMaxValue { get; set; }
public bool LightningAmountInSatoshi { get; set; }
public bool LightningPrivateRouteHints { get; set; }
public string CustomCSS { get; set; }
public string CustomLogo { get; set; }