Display proper rate for ln sats feature

fixes #1128
This commit is contained in:
Kukks
2019-11-10 18:49:24 +01:00
parent b75eaee6dd
commit 621a7d998d
3 changed files with 3 additions and 1 deletions

View File

@@ -78,5 +78,6 @@ namespace BTCPayServer.Models.InvoicingModels
public string RootPath { get; set; }
public decimal CoinSwitchAmountMarkupPercentage { get; set; }
public bool RedirectAutomatically { get; set; }
public string RateBaseAmount { get; set; } = "1";
}
}