Allowing for lightning payment amounts to be displayed in Satoshis

This commit is contained in:
rockstardev
2019-03-15 22:43:57 -05:00
parent 675920697f
commit 5261cfcdd3
9 changed files with 60 additions and 31 deletions

View File

@@ -20,6 +20,7 @@ namespace BTCPayServer.Models.InvoicingModels
public string CustomCSSLink { get; set; }
public string CustomLogoLink { get; set; }
public string DefaultLang { get; set; }
public bool LightningAmountInSatoshi { get; set; }
public List<AvailableCrypto> AvailableCryptos { get; set; } = new List<AvailableCrypto>();
public bool IsModal { get; set; }
public bool IsLightning { get; set; }