Merge pull request #1706 from dennisreimann/store-lightning

Improve information structure on Lightning page
This commit is contained in:
Nicolas Dorier
2020-06-30 11:06:07 +09:00
committed by GitHub
5 changed files with 106 additions and 64 deletions

View File

@@ -18,6 +18,8 @@ namespace BTCPayServer.Models.StoreViewModels
}
public string InternalLightningNode { get; internal set; }
public bool SkipPortTest { get; set; }
[Display(Name="Lightning enabled")]
public bool Enabled { get; set; } = true;
public string StoreId { get; set; }