Add OnChainMinValue

This commit is contained in:
nicolas.dorier
2018-04-03 17:39:28 +09:00
parent 10fcc84379
commit 325b359ff6
6 changed files with 98 additions and 15 deletions

View File

@@ -262,6 +262,8 @@ namespace BTCPayServer.Data
[JsonConverter(typeof(CurrencyValueJsonConverter))]
public CurrencyValue LightningMaxValue { get; set; }
[JsonConverter(typeof(CurrencyValueJsonConverter))]
public CurrencyValue OnChainMinValue { get; set; }
[JsonConverter(typeof(UriJsonConverter))]
public Uri CustomLogo { get; set; }